diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-21 19:14:47 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-21 19:14:47 +0100 |
commit | 25b2c9f895fd91fb556809ce513d3681ad279938 (patch) | |
tree | 6fa7595308fb26e2e7d61bba95836be496b7557b /src/string_vec.c | |
parent | 54e90f75203bbf40ec6ac6dd09227e2c6f97cc62 (diff) |
Add config file handling.
Single letter style arguments have been removed.
Diffstat (limited to 'src/string_vec.c')
-rw-r--r-- | src/string_vec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string_vec.c b/src/string_vec.c index 82b86e1..8318df6 100644 --- a/src/string_vec.c +++ b/src/string_vec.c @@ -1,4 +1,3 @@ -#define _GNU_SOURCE /* Required for strcasestr */ #include <stdint.h> #include <stdio.h> #include <stdlib.h> |