From 8a19547957a86bed3f58c9abc1ac218d04698faf Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 8 Apr 2025 10:39:48 -0400 Subject: break apart c libaray --- lib/isdigit.c | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lib/isdigit.c (limited to 'lib/isdigit.c') diff --git a/lib/isdigit.c b/lib/isdigit.c deleted file mode 100644 index aa93ced..0000000 --- a/lib/isdigit.c +++ /dev/null @@ -1,6 +0,0 @@ -#include - -int isdigit(int c) -{ - return c >= '0' && c <= '9'; -} -- cgit v1.2.3-freya