diff options
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,4 +71,6 @@ char *strformat(const char *string, char delim, const char *keys[], const char * void strfree(char **list); +bool iszero(const void *ptr, size_t size); + #endif |
