X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Fisspace.c;h=8cc08bf66b6e52595943ea44799f8d86526a2ae9;hb=c5c4350d2beb1ebe93f3f6d45643a64eed2a7c7a;hp=b443f6fc4acb7ff355982e3743454b042166941a;hpb=31bc073732a9303dd6f4813f0408cb2b9fcd0add;p=pdclib diff --git a/functions/ctype/isspace.c b/functions/ctype/isspace.c index b443f6f..8cc08bf 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,8 @@ int isspace( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) {