source: Sophya/trunk/SophyaLib/UnixMac/include/sys/time.h@ 932

Last change on this file since 932 was 683, checked in by ansari, 26 years ago

Compilation Mac pour CodeWarrior PRO 5

File size: 146 bytes
Line 
1#include "utime.mac.h"
2
3struct timezone {
4 int tz_minuteswest;
5 int tz_dsttime;
6};
7
8int gettimeofday(struct timeval *tp, struct timezone *tzp);
Note: See TracBrowser for help on using the repository browser.