X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fstrnlen.c;h=a4b5a9eadf134301a286bf4652b1e1537e5b5164;hp=c5012e26a8b7649886b8063ede1d1c3f5d26f1d9;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=3979dd45fb1088cc27bcde72f0d4a51c80035e4f diff --git a/functions/string/strnlen.c b/functions/string/strnlen.c index c5012e2..a4b5a9e 100644 --- a/functions/string/strnlen.c +++ b/functions/string/strnlen.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strnlen( const char *, size_t len ) This file is part of the Public Domain C Library (PDCLib). @@ -24,7 +22,7 @@ size_t strnlen( const char * s, size_t maxlen ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {