diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-30 23:05:11 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-30 23:05:11 -0500 |
| commit | 2a381114dae8832b6ce9459e769533164bb6e4ec (patch) | |
| tree | fa7ae5dc3a261076d39ecd6be28a40cd2818489e /src/uchar/c32rtomb.c | |
| parent | e04cf58cf3b404644b9983225ba625d656034078 (diff) | |
update to 1:1 checked functions
Diffstat (limited to 'src/uchar/c32rtomb.c')
| -rw-r--r-- | src/uchar/c32rtomb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uchar/c32rtomb.c b/src/uchar/c32rtomb.c index c4257b09..6c0d29b8 100644 --- a/src/uchar/c32rtomb.c +++ b/src/uchar/c32rtomb.c @@ -10,6 +10,8 @@ size_t c32rtomb(char * restrict s, char32_t c32, mbstate_t * restrict ps) return 0; } +__check_3(size_t, 0, c32rtomb, char * restrict, char32_t, mbstate_t * restrict) + /* STDC(201112) */ |
