X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fctype%2Fislower.c;h=5a97887489c7d2b539d724ada00cb245fc7b2010;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=db0649d1f0f28b754c78278adab855c8c48fec1d;hpb=31bc073732a9303dd6f4813f0408cb2b9fcd0add;p=pdclib diff --git a/functions/ctype/islower.c b/functions/ctype/islower.c index db0649d..5a97887 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,7 @@ int islower( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {