From 1ded342f76187ed2dc5bc0c3523db430be9f8db7 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 22:19:07 -0500 Subject: update to 1:1 checked calls --- src/ctype/toascii.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ctype/toascii.c') diff --git a/src/ctype/toascii.c b/src/ctype/toascii.c index 10963818..c3728ae1 100644 --- a/src/ctype/toascii.c +++ b/src/ctype/toascii.c @@ -8,6 +8,8 @@ int toascii(int c) return (c & 0x7f); } +__check_1(int, 0, toascii, int) + /*** converts ARGUMENT(c) to 7-bit ASCII. ***/ -- cgit v1.2.1