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