X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Fisspace.c;h=ef0a913f0603f3d1abdbe4138cb9445aa6be4e2a;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=b443f6fc4acb7ff355982e3743454b042166941a;hpb=31bc073732a9303dd6f4813f0408cb2b9fcd0add;p=pdclib diff --git a/functions/ctype/isspace.c b/functions/ctype/isspace.c index b443f6f..ef0a913 100644 --- a/functions/ctype/isspace.c +++ b/functions/ctype/isspace.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* isspace( int ) This file is part of the Public Domain C Library (PDCLib). @@ -20,7 +18,7 @@ int isspace( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {