home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA PD 1
/
AMIGA-PD-1.iso
/
Programme_zum_Heft
/
Programmieren
/
Kurztests
/
DiceC
/
include
/
sys
/
time.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-02-01
|
145b
|
14 lines
#ifndef SYS_TIME_H
#define SYS_TIME_H
#include <time.h>
struct timeval {
unsigned long tv_sec;
unsigned long tv_usec;
};
#endif