From 237bf6358ed3e39b584b23d6b52e2b91a1d69cfa Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 16:08:00 -0500 Subject: update standards and safety checks --- src/stdlib/_stdlib.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/stdlib/_stdlib.h') diff --git a/src/stdlib/_stdlib.h b/src/stdlib/_stdlib.h index d8120e66..de5a97d0 100644 --- a/src/stdlib/_stdlib.h +++ b/src/stdlib/_stdlib.h @@ -35,4 +35,8 @@ extern char **environ; #define environ __stdlib.environ #endif +/* +STDC(-1) +*/ + #endif -- cgit v1.2.1