add timespec_empty()
This commit is contained in:
@ -43,6 +43,7 @@ struct mgos_timespec;
|
||||
|
||||
struct mgos_timespec *timespec_create();
|
||||
bool timespec_destroy(struct mgos_timespec **ts);
|
||||
bool timespec_empty(struct mgos_timespec *ts);
|
||||
bool timespec_add_spec(struct mgos_timespec *ts, const char *spec);
|
||||
bool timespec_clear_spec(struct mgos_timespec *ts);
|
||||
bool timespec_get_spec(struct mgos_timespec *ts, char *ret, int retlen);
|
||||
|
Reference in New Issue
Block a user