Change uint64_t to uintmax_t
This commit is contained in:
2
util.h
2
util.h
@ -12,5 +12,5 @@ void die(const char *, ...);
|
||||
|
||||
int esnprintf(char *str, size_t size, const char *fmt, ...);
|
||||
const char *bprintf(const char *fmt, ...);
|
||||
const char *fmt_human(uint64_t num, int base);
|
||||
const char *fmt_human(uintmax_t num, int base);
|
||||
int pscanf(const char *path, const char *fmt, ...);
|
||||
|
Reference in New Issue
Block a user