Small test of the gmtime function.

Dependencies:   mbed

gmtime_newlib.h

Committer:
bjblazkowicz
Date:
2015-05-10
Revision:
0:53c251120904

File content as of revision 0:53c251120904:


#ifndef GMTIME_NEWLIB_H
#define GMTIME_NEWLIB_H

struct tm *
gmtime_newlib(const time_t* tim_p, struct tm* res);

#endif