|
发表于 2004-2-11 22:53:42
|
显示全部楼层
這些是?際的應用~~
-----------------------
#if defined(__FreeBSD__)
# include <ieeefp.h>
#endif
-----------------------
#ifdef HAVE_GETOPT_H
# include <getopt.h>
#endif
-----------------------
#ifdef DEBUG
#include <syslog.h>
#define DEBUGWAIT 100
#endif
----------------------- |
|