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