fixed. Support building in one binary
This commit is contained in:
parent
7d0207ace2
commit
33b89e64da
38 changed files with 285 additions and 163 deletions
7
libmu/duration.h
Normal file
7
libmu/duration.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef _DURATION_H
|
||||
#define _DURATION_H
|
||||
|
||||
unsigned long long parse_uint(const char *str);
|
||||
unsigned long long mu_parse_duration(const char *arg);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue