Return to atime.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libelwix / inc / elwix |
version 1.1.2.1, 2013/03/05 13:09:51 | version 1.1.2.2, 2013/03/07 15:34:25 |
---|---|
Line 47 SUCH DAMAGE. | Line 47 SUCH DAMAGE. |
#define __ATIME_H | #define __ATIME_H |
/* | |
* time_Parse() - Parse and make unix time from standart time strings ... | |
* | |
* @csTime = Time string | |
* return: =0 error or !=0 converted time | |
*/ | |
time_t time_Parse(const char *csTime); | |
#endif | #endif |