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