diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-30 22:47:21 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-30 22:47:21 -0500 |
| commit | 841ec551221a44355beba6593cec462347df0d12 (patch) | |
| tree | 3a1a62a26db233ea2384d9f1d368a6b056c4322d /src/wctype/wctype.c | |
| parent | 79e1176f8b6ff20d47889e2dacd078ca92449fd5 (diff) | |
update to 1:1 checked functions
Diffstat (limited to 'src/wctype/wctype.c')
| -rw-r--r-- | src/wctype/wctype.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wctype/wctype.c b/src/wctype/wctype.c index c2390b35..89c8ccc2 100644 --- a/src/wctype/wctype.c +++ b/src/wctype/wctype.c @@ -38,6 +38,8 @@ wctype_t wctype(const char * property) return 0; } +__check_1(wctype_t, 0, wctype, const char *) + /*** The fn(wctype) function looks up the character class specified by the string arg(property). If arg(property) is a recognized character class, a value is |
