diff options
author | Jakob Kaivo <jkk@ung.org> | 2023-11-14 12:56:01 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2023-11-14 12:56:01 -0500 |
commit | 79551f5c04d20990e64b26bf577f70eeaeb38652 (patch) | |
tree | cf9211c4ddf105221ca33a193cbbe3eb6851eea1 /src/stdlib/__constraint_info.h | |
parent | 9e22ec98f4132300301d32f033b2c4d6e4ff5c1d (diff) |
enable UB-testing for isupper()
Diffstat (limited to 'src/stdlib/__constraint_info.h')
-rw-r--r-- | src/stdlib/__constraint_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stdlib/__constraint_info.h b/src/stdlib/__constraint_info.h new file mode 100644 index 00000000..f8ffb539 --- /dev/null +++ b/src/stdlib/__constraint_info.h @@ -0,0 +1,3 @@ +struct __constraint_info { + const char *func; +}; |