From 54c81c3b7f90a576135c46ded5328e6b34ad1deb Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 00:10:16 -0500 Subject: remove extraneous #undef directives --- src/stdio/fgets.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stdio/fgets.c') diff --git a/src/stdio/fgets.c b/src/stdio/fgets.c index 8e7bf449..195e724a 100644 --- a/src/stdio/fgets.c +++ b/src/stdio/fgets.c @@ -1,6 +1,5 @@ #include #include "_stdio.h" -#undef fgets /** read a string of characters from a file stream **/ -- cgit v1.2.1