X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fctype.h;h=168900a4545ca98dd773431e162fdf6b573dccbf;hp=27b66aad77b6a189ff672f4ec9d537783f85b3b8;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/includes/ctype.h b/includes/ctype.h index 27b66aa..168900a 100644 --- a/includes/ctype.h +++ b/includes/ctype.h @@ -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.