version 1.3 | | version 1.4 |
---|
| | |
/* | | /* |
* static char *rcsid_time_c = | | * static char *rcsid_time_c = |
* "$Id: time.c,v 1.3 2001/01/15 22:33:32 cvs Exp $"; | | * "$Id: time.c,v 1.4 2001/04/06 00:45:17 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
The author can be reached via e-mail to master@rahul.net | | The author can be reached via e-mail to master@rahul.net |
*/ | | */ |
| | |
#include <stdio.h> | | |
#include <sys/types.h> | | |
#include <sys/time.h> | | |
#include <global.h> | | #include <global.h> |
#include <funcpoint.h> | | #include <funcpoint.h> |
| | |
| | #ifndef WIN32 // ---win32 exclude header |
| | #include <stdio.h> |
| | #include <sys/types.h> |
| | #include <sys/time.h> |
| | #endif // win32 |
| | |
/* | | /* |
* Gloabal variables: | | * Gloabal variables: |