From 1161633db54ce8fd1180649f52909390a2986213 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 5 Jun 2024 15:07:06 -0400 Subject: rename all per-header internal structs to __
_h --- src/stdio/__stdio_h.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/stdio/__stdio_h.c (limited to 'src/stdio/__stdio_h.c') diff --git a/src/stdio/__stdio_h.c b/src/stdio/__stdio_h.c new file mode 100644 index 00000000..d553908f --- /dev/null +++ b/src/stdio/__stdio_h.c @@ -0,0 +1,8 @@ +#include "_stdio.h" + +struct __stdio_h __stdio_h = { 0 }; + +/* +STDC(0) +SIGNAL_SAFE(0) +*/ -- cgit v1.2.1