H:/Class/11756/HLab/sphinxbase-0.4/include/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_export.h>
#include <prim_type.h>
#include <case.h>
#include <ckd_alloc.h>
#include <cmd_ln.h>
#include <err.h>
#include <glist.h>
#include <hash_table.h>
#include <info.h>
Go to the source code of this file.
Defines |
#define | SLEEP_SEC(sec) sleep(sec) |
#define | FALSE 0 |
#define | M_PI 3.1415926535897932385 |
#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.
Define Documentation
#define M_PI 3.1415926535897932385 |
#define SLEEP_SEC |
( |
sec |
|
) |
sleep(sec) |