add directory Linux-0.98
This commit is contained in:
25
Linux-0.98/Yggdrasil-0.98.3/usr/include/sys/timeb.h
Normal file
25
Linux-0.98/Yggdrasil-0.98.3/usr/include/sys/timeb.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef _SYS_TIMEB_H
|
||||
#define _SYS_TIMEB_H
|
||||
|
||||
#include <traditional.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
struct timeb {
|
||||
time_t time;
|
||||
unsigned short millitm;
|
||||
short timezone;
|
||||
short dstflag;
|
||||
};
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int ftime _ARGS ((struct timeb *__tp));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _SYS_TIMEB_H */
|
||||
Reference in New Issue
Block a user