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.2.10.1, 2013/06/06 11:55: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: =-1 error or !=-1 converted time | |
*/ | |
time_t time_Parse(const char *csTime); | |
/* | |
* time_rdtsc() - Get TSC timer value from CPU | |
* | |
* return: TSC in nanoseconds | |
*/ | |
uint64_t time_rdtsc(void); | |
#endif | #endif |