X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fctype.h;h=a85e907eb0fb36bdff696afd512522afdc0d6dce;hp=a605d089247ba7dafe0d4cc538f3875345bf7cf1;hb=8e092217dd92ad3e95257255602c711b3304e38f;hpb=7e14ed1360c65b78c3ad1fc4fafea13e30067478 diff --git a/include/ctype.h b/include/ctype.h index a605d089..a85e907e 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -1,6 +1,10 @@ #ifndef _CTYPE_H #define _CTYPE_H +#ifdef __cplusplus +extern "C" { +#endif + int isalnum(int); int isalpha(int); int isblank(int); @@ -53,4 +57,8 @@ int toascii(int); #endif +#ifdef __cplusplus +} +#endif + #endif