X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fctype.h;h=a85e907eb0fb36bdff696afd512522afdc0d6dce;hb=c5d1adc56c22ead8caa9effcee0518a7a8ff3c06;hp=a605d089247ba7dafe0d4cc538f3875345bf7cf1;hpb=7e14ed1360c65b78c3ad1fc4fafea13e30067478;p=musl 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