1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- It's iswpunct() and not iswpunc().

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15197 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2008-04-30 14:41:28 +00:00
parent 0b19424148
commit 8eac1027a5

View File

@ -1,5 +1,5 @@
/*
* $Id: wctype.h,v 1.7 2006-01-08 12:06:14 obarthel Exp $
* $Id: wctype.h,v 1.8 2008-04-30 14:41:28 obarthel Exp $
*
* :ts=4
*
@ -68,7 +68,7 @@ extern int iswdigit(wint_t c);
extern int iswxdigit(wint_t c);
extern int iswgraph(wint_t c);
extern int iswpunc(wint_t c);
extern int iswpunct(wint_t c);
extern int iswprint(wint_t c);
extern int iswlower(wint_t c);