Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from.

This commit is contained in:
dtrg
2007-04-24 19:42:24 +00:00
parent 740940c9fc
commit bfeb736c35
32 changed files with 590 additions and 792 deletions

View File

@@ -0,0 +1,12 @@
/* $Source$
* $State$
* $Revision$
*/
#ifndef _SYS_TIME_H
#define _SYS_TIME_H
#include <time.h>
#include <unistd.h>
#endif