Chris Paola
/
gmtime_test
Small test of the gmtime function.
gmtime_newlib.h@0:53c251120904, 2015-05-10 (annotated)
- Committer:
- bjblazkowicz
- Date:
- Sun May 10 22:05:28 2015 +0000
- Revision:
- 0:53c251120904
Initial commit.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bjblazkowicz | 0:53c251120904 | 1 | |
bjblazkowicz | 0:53c251120904 | 2 | #ifndef GMTIME_NEWLIB_H |
bjblazkowicz | 0:53c251120904 | 3 | #define GMTIME_NEWLIB_H |
bjblazkowicz | 0:53c251120904 | 4 | |
bjblazkowicz | 0:53c251120904 | 5 | struct tm * |
bjblazkowicz | 0:53c251120904 | 6 | gmtime_newlib(const time_t* tim_p, struct tm* res); |
bjblazkowicz | 0:53c251120904 | 7 | |
bjblazkowicz | 0:53c251120904 | 8 | #endif |