diff options
Diffstat (limited to 'src/stdint/WCHAR_MIN.c')
-rw-r--r-- | src/stdint/WCHAR_MIN.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdint/WCHAR_MIN.c b/src/stdint/WCHAR_MIN.c new file mode 100644 index 00000000..00123ddf --- /dev/null +++ b/src/stdint/WCHAR_MIN.c @@ -0,0 +1,6 @@ +#include <stdint.h> +#define WCHAR_MIN (0) + +/* +STDC(199901) +*/ |