micro-utils/libmu/duration.h

8 lines
152 B
C
Raw Normal View History

2024-07-09 19:33:45 +00:00
#ifndef _DURATION_H
#define _DURATION_H
unsigned long long parse_uint(const char *str);
unsigned long long mu_parse_duration(const char *arg);
#endif