libc.h

Go to the documentation of this file.
00001 #ifndef LIBC_H
00002 #define LIBC_H
00003 /*$Id: libc.h,v 1.1.1.1 2007-07-13 03:44:06 kzhou Exp $*/
00004 #include <assert.h>
00005 #include <ctype.h>
00006 #include <errno.h>
00007 #include <limits.h>
00008 #include <math.h>
00009 #include <signal.h>
00010 #include <stdarg.h>
00011 #include <stdio.h>
00012 #include <stdlib.h>
00013 #include <string.h>
00014 #include <unistd.h>
00015 #include <inttypes.h>  /* new; proposed for next ANS */
00016 #endif

Generated on Wed Oct 14 21:49:16 2009 for Softwares from Orpara by  doxygen 1.5.6