home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
c
/
dice
/
include
/
sys
/
time.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-01
|
145 b
|
14 lines
#ifndef SYS_TIME_H
#define SYS_TIME_H
#include <time.h>
struct timeval {
unsigned long tv_sec;
unsigned long tv_usec;
};
#endif