source:
UsbWattMeter/trunk/lwip-1.4.1/ports/ccrx/time.h@
167
Last change on this file since 167 was 167, checked in by , 7 years ago | |
---|---|
|
|
File size: 165 bytes |
Line | |
---|---|
1 | |
2 | #ifndef _TIME_H |
3 | #define _TIME_H |
4 | |
5 | #include "sys/types.h" |
6 | |
7 | time_t time(time_t *time); |
8 | struct tm* gmtime_r(const time_t* timer, struct tm* tmp); |
9 | |
10 | #endif /* _TIME_H */ |
Note:
See TracBrowser
for help on using the repository browser.