Small test of the gmtime function.

Dependencies:   mbed

Committer:
bjblazkowicz
Date:
Sun May 10 22:05:28 2015 +0000
Revision:
0:53c251120904
Initial commit.

Who changed what in which revision?

UserRevisionLine numberNew 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