X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fstrnlen.c;h=8a4bed5411bbd42ffa20a2587e46258f2c0a2b59;hp=c5012e26a8b7649886b8063ede1d1c3f5d26f1d9;hb=e1c526e9bad3f6e69391e94059096145390508d3;hpb=6608f7d9a9a3326666d825de38fdd216a9ddf049 diff --git a/functions/string/strnlen.c b/functions/string/strnlen.c index c5012e2..8a4bed5 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).