#ifndef _DURATION_H #define _DURATION_H unsigned long long parse_uint(const char *str); unsigned long long mu_parse_duration(const char *arg); #endif