SphinxBase  0.6
include/sphinxbase/libutil.h File Reference

(Considered as dangenous) master header for libutil.h More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <unistd.h>
#include <math.h>
#include <sphinxbase/sphinxbase_export.h>
#include <sphinxbase/prim_type.h>
#include <sphinxbase/bitvec.h>
#include <sphinxbase/case.h>
#include <sphinxbase/ckd_alloc.h>
#include <sphinxbase/listelem_alloc.h>
#include <sphinxbase/cmd_ln.h>
#include <sphinxbase/err.h>
#include <sphinxbase/filename.h>
#include <sphinxbase/glist.h>
#include <sphinxbase/hash_table.h>
#include <sphinxbase/heap.h>
#include <sphinxbase/pio.h>
#include <sphinxbase/profile.h>
#include <sphinxbase/strfuncs.h>
#include <sphinxbase/unlimit.h>
#include <sphinxbase/info.h>
#include <sphinxbase/genrand.h>

Go to the source code of this file.

Defines

#define SLEEP_SEC(sec)   sleep(sec) /* sec must be integer */
#define TRUE   1
#define FALSE   0
#define M_PI   3.1415926535897932385 /* For the pain-in-the-neck Win32 */
#define PI   M_PI

Detailed Description

(Considered as dangenous) master header for libutil.h

Master file for all the headers in libutil/ . Though many people point out using libutil.h can easily result in nested include.

Definition in file libutil.h.