source:
CIVL/mods/dev.civl.com/include/impls/sys-time.cvl@
bc0fbae
| Last change on this file since bc0fbae was b4b3b0d, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 117 bytes | |
| Line | |
|---|---|
| 1 | #ifndef __CIVL_SYSTIME__ |
| 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.
