source:
Sophya/trunk/SophyaLib/UnixMac/include/sys/time.h@
3843
Last change on this file since 3843 was 964, checked in by , 25 years ago | |
---|---|
File size: 181 bytes |
Line | |
---|---|
1 | #include "utime.mac.h" |
2 | |
3 | /* Double defined on mac! D. Y. |
4 | struct timezone { |
5 | int tz_minuteswest; |
6 | int tz_dsttime; |
7 | }; |
8 | |
9 | */ |
10 | int gettimeofday(struct timeval *tp, struct timezone *tzp); |
Note:
See TracBrowser
for help on using the repository browser.