diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-08 06:43:37 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-08 06:43:37 +0000 |
| commit | ee446de0b1835f78de8dc70a135410d1b75dff5f (patch) | |
| tree | 6b88325e31aceec129e4a7871658983a62d5240a /include | |
| parent | 72c94845c6298b5650ffbdf6aff8a60b6d64821a (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/wctype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wctype.h b/include/wctype.h index 3e2f694bce2c..330b5ed0dc2c 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -85,6 +85,7 @@ wint_t iswnumber(wint_t); wint_t iswphonogram(wint_t); wint_t iswrune(wint_t); wint_t iswspecial(wint_t); +wint_t nextwctype(wint_t, wctype_t); #endif __END_DECLS |
