File: curtime.h

package info (click to toggle)
macutils 2.0b3-17.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: ansic: 12,737; makefile: 661
file content (14 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifdef TYPES_H
#include <sys/types.h>
#endif /* TYPES_H */

#ifdef BSD
#include <sys/time.h>
extern time_t time();
#else /* BSD */
#include <time.h>
#endif /* BSD */

/* Mac time of 00:00:00 GMT, Jan 1, 1970 */
#define TIMEDIFF 0x7c25b080