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