diff options
Diffstat (limited to 'src/wctype/iswpunct.c')
| -rw-r--r-- | src/wctype/iswpunct.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wctype/iswpunct.c b/src/wctype/iswpunct.c index ce5e9982..3aa074c7 100644 --- a/src/wctype/iswpunct.c +++ b/src/wctype/iswpunct.c @@ -12,6 +12,8 @@ int iswpunct(wint_t wc) return iswctype(wc, punct); } +__check_1(int, 0, iswpunct, wint_t) + /*** The fn(iswpunct) function tests whether arg(wc) is a character in the class cclass(punct) in the current locale. |
