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