source:
CIVL/mods/dev.civl.com/include/impls/sys-time.cvl@
21415b7
| Last change on this file since 21415b7 was b4b3b0d, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 117 bytes | |
| Rev | Line | |
|---|---|---|
| [bf584ca] | 1 | #ifndef __CIVL_SYSTIME__ |
| [afa100f] | 2 | #define __CIVL_SYSTIME__ |
| 3 | ||
| 4 | #include <sys/time.h> | |
| 5 | ||
| 6 | struct timezone{ | |
| 7 | int blank; | |
| 8 | }; | |
| 9 | ||
| 10 | ||
| 11 | ||
| 12 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
