Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/base/include/WCsubst.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#ifndef WCSUBST_INCL

#define WCSUBST_INCL

#include <stdlib.h>

int u_iswupper(int wc);
int u_iswdigit(int wc);
int u_iswalpha(int wc);
int u_iswcntrl(int wc);
int u_iswspace(int wc);
int u_iswprint(int wc);
int u_iswlower(int wc);

int u_iswalnum(int wc);

int u_towlower(int wc);
int u_towupper(int wc);
int u_towtitle(int wc);

int u_gencat(int wc);

#endif


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.