diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 11e1989..4f0bb9b 100644 --- a/include/common.h +++ b/include/common.h @@ -220,6 +220,10 @@ do { \ #include "xalloc.h" +long long util_get_bytes(const char *str); +void util_print_bytes(long long bytes, int bracket); +int util_srand(void); + #ifdef __cplusplus } #endif |