X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fmemcmp.c;h=6ed242712ba7a993fcc25802f4322392b5df59cf;hp=cb1db581d15fec92093c15ef1cc26da5d9b0f3bc;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa diff --git a/functions/string/memcmp.c b/functions/string/memcmp.c index cb1db58..6ed2427 100644 --- a/functions/string/memcmp.c +++ b/functions/string/memcmp.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* memcmp( const void *, const void *, size_t ) This file is part of the Public Domain C Library (PDCLib).