diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-09-23 17:53:17 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-09-23 17:53:17 -0700 |
| commit | fddba4c54f3ce21e711cc2cd931ce5c4cad660b9 (patch) | |
| tree | 4a5941889ea19f5554f5f62f4d04f46d23e272e2 /utils.h | |
| parent | 04eb92153f04930b348f85120255c5715ec55b6f (diff) | |
| parent | 6ab22ad6a90b96f159a0d78499a49fd62989cb15 (diff) | |
Merge branch 'master' into fileless_matches
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 |
