From 000a7c045c98c30aac86db93f8c9c978e5ca8c59 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 14:25:31 -0500 Subject: update standards and safety checks --- src/stdio/__scanf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/stdio/__scanf.c') diff --git a/src/stdio/__scanf.c b/src/stdio/__scanf.c index 7451ad4a..ed837b44 100644 --- a/src/stdio/__scanf.c +++ b/src/stdio/__scanf.c @@ -1,5 +1,3 @@ -#if 0 - #include #include #include "_stdio.h" @@ -12,5 +10,7 @@ int __scanf(struct io_options *opt, const char * format, va_list arg) return 0; } - -#endif +/* +STDC(0) +SIGNAL_SAFE(0) +*/ -- cgit v1.2.1