(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_export.h>#include <prim_type.h>#include <bitvec.h>#include <case.h>#include <ckd_alloc.h>#include <listelem_alloc.h>#include <cmd_ln.h>#include <err.h>#include <filename.h>#include <glist.h>#include <hash_table.h>#include <heap.h>#include <pio.h>#include <profile.h>#include <strfuncs.h>#include <unlimit.h>#include <info.h>#include <genrand.h>Go to the source code of this file.
Defines | |
| #define | SLEEP_SEC(sec) sleep(sec) |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | M_PI 3.1415926535897932385 |
| #define | PI M_PI |
(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.
1.7.1