From bafccb2f57ac1a1852be2d6aafe33cf02d1630c1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 15:45:38 -0500 Subject: update dependencies --- src/strings/index.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/strings/index.c (limited to 'src/strings/index.c') diff --git a/src/strings/index.c b/src/strings/index.c deleted file mode 100644 index 5531451f..00000000 --- a/src/strings/index.c +++ /dev/null @@ -1,16 +0,0 @@ -#if 0 - -#include -#include - -char *index(const char *s, int c) -{ - return strchr(s, c); -} - -/* -XOPEN(400,700) -*/ - - -#endif -- cgit v1.2.1