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