Files
WrldBox/.tmp_zig/lib/zig/libc/musl/include/stdc-predef.h
swim67667 c17dfc94ce
Some checks failed
Build Project / build (ubuntu-latest) (push) Failing after 12m33s
added multi-compiling stuff (only works on my mac for now)
2026-06-28 16:40:20 -04:00

19 lines
302 B
C

#ifndef _STDC_PREDEF_H
#define _STDC_PREDEF_H
#define __STDC_ISO_10646__ 201206L
#if !defined(__GCC_IEC_559) || __GCC_IEC_559 > 0
#define __STDC_IEC_559__ 1
#endif
#if !defined(__STDC_UTF_16__)
#define __STDC_UTF_16__ 1
#endif
#if !defined(__STDC_UTF_32__)
#define __STDC_UTF_32__ 1
#endif
#endif