]> pd.if.org Git - pdclib/blobdiff - includes/ctype.h
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / includes / ctype.h
index ae951460b042dee3f8f872c2052b7654967f4753..8f979ef7bb15c2112df8ec4114c78b23e6c93d9a 100644 (file)
@@ -8,11 +8,8 @@
 
 #ifndef _PDCLIB_CTYPE_H
 #define _PDCLIB_CTYPE_H _PDCLIB_CTYPE_H
-
-#ifndef _PDCLIB_INT_H
-#define _PDCLIB_INT_H _PDCLIB_INT_H
 #include <_PDCLIB_int.h>
-#endif
+_PDCLIB_BEGIN_EXTERN_C
 
 /* Character classification functions */
 
@@ -95,4 +92,5 @@ int tolower( int c );
 */
 int toupper( int c );
 
+_PDCLIB_END_EXTERN_C
 #endif