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