X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstring%2Fmemchr.c;h=1c9563c7efa3641f166009935fe281cb0ce00c06;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=6a09649903787a88a28640159a7e6bb87d16e95d;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/functions/string/memchr.c b/functions/string/memchr.c index 6a09649..1c9563c 100644 --- a/functions/string/memchr.c +++ b/functions/string/memchr.c @@ -1,9 +1,9 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- +/* ---------------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------------- + * Public Domain C Library - http://pdclib.sourceforge.net + * This code is Public Domain. Use, modify, and redistribute at will. + * --------------------------------------------------------------------------*/ #include <__size_t.h> #include <__NULL.h>