From 9b6f6642ee252a9bedbe267fd85376fc9359c74f Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 15:29:55 -0500 Subject: update standard and safety checks --- src/string/_strtok.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/string/_strtok.h') diff --git a/src/string/_strtok.h b/src/string/_strtok.h index 56ad0dca..4b48dc54 100644 --- a/src/string/_strtok.h +++ b/src/string/_strtok.h @@ -1,2 +1,6 @@ (void)state; (void)current; (void)s1; (void)s2; + +/* +STDC(0) +*/ -- cgit v1.2.1