X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fstrncmp.c;h=55262c49a067472cd6abe4b1ad42cd5cbe2115ec;hp=43321709ee515a0d4fcc1380b0bf2b8e0d250d26;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa diff --git a/functions/string/strncmp.c b/functions/string/strncmp.c index 4332170..55262c4 100644 --- a/functions/string/strncmp.c +++ b/functions/string/strncmp.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* strncmp( const char *, const char *, size_t ) This file is part of the Public Domain C Library (PDCLib).