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