diff options
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -58,8 +58,6 @@ bool matchchar(const char **str, char c, bool skip_nl); __attribute__((nonnull)) bool matchstr(const char **str, const char *target, bool skip_nl); __attribute__((nonnull)) -int memicmp(const void *s1, const void *s2, size_t n); -__attribute__((nonnull)) void delete(void *p); #endif |
