X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fctype.h;h=168900a4545ca98dd773431e162fdf6b573dccbf;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=061e3575ada8f9e7cb7db5189603deab54993d32;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/includes/ctype.h b/includes/ctype.h index 061e357..168900a 100644 --- a/includes/ctype.h +++ b/includes/ctype.h @@ -7,7 +7,7 @@ #ifndef _PDCLIB_CTYPE_H #define _PDCLIB_CTYPE_H _PDCLIB_CTYPE_H -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" /* Character classification functions */ @@ -64,7 +64,7 @@ int ispunct( int c ); /* Returns true for every standard whitespace character (' ', '\f', '\n', '\r', '\t', '\v') in the "C" locale. In any other locale, also returns true for a locale-specific set of characters for which isalnum() is false. -*/ +*/ int isspace( int c ); /* Returns true for uppercase letters in the "C" locale.