Go to the source code of this file.
Typedefs | |
typedef struct ms_tm | MS_TM |
Functions | |
MS_TM * | ms_time_new (void) |
void | ms_time_free (MS_TM *a) |
void | ms_time_get (MS_TM *a) |
double | ms_time_diff (MS_TM *start, MS_TM *end) |
int | ms_time_cmp (const MS_TM *ap, const MS_TM *bp) |
void ms_time_free | ( | MS_TM * | a | ) |
void ms_time_get | ( | MS_TM * | a | ) |
MS_TM* ms_time_new | ( | void | ) |