diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-30 22:19:07 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-30 22:19:07 -0500 |
| commit | 1ded342f76187ed2dc5bc0c3523db430be9f8db7 (patch) | |
| tree | 6892d0f3e3e245340c04f205d6d6430e134d5751 /src/ctype/toupper.c | |
| parent | d5e1fa835e46dac2e1729e73c5e6743ef78714c7 (diff) | |
update to 1:1 checked calls
Diffstat (limited to 'src/ctype/toupper.c')
| -rw-r--r-- | src/ctype/toupper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ctype/toupper.c b/src/ctype/toupper.c index 92780ed0..009fe23a 100644 --- a/src/ctype/toupper.c +++ b/src/ctype/toupper.c @@ -19,6 +19,8 @@ int toupper(int c) return map[c]; } +__check_1(int, 0, toupper, int) + /*** converts a lowercase letter to its equivalent uppercase letter in the current locale. |
