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