version 1.4 | | version 1.5 |
---|
| | |
/* | | /* |
* static char *rcsid_time_c = | | * static char *rcsid_time_c = |
* "$Id: time.c,v 1.4 2001/04/06 00:45:17 michtoen Exp $"; | | * "$Id: time.c,v 1.5 2001/04/06 19:07:54 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#include <global.h> | | #include <global.h> |
#include <funcpoint.h> | | #include <funcpoint.h> |
| | |
#ifndef WIN32 // ---win32 exclude header | | #ifndef WIN32 /* ---win32 exclude header */ |
#include <stdio.h> | | #include <stdio.h> |
#include <sys/types.h> | | #include <sys/types.h> |
#include <sys/time.h> | | #include <sys/time.h> |
#endif // win32 | | #endif /* win32 */ |
| | |
/* | | /* |
* Gloabal variables: | | * Gloabal variables: |