X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstring%2Fstrcmp.c;h=2edf7eef9043da27e1d0e330b27d4bc1d58d72aa;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hp=5202771a67d52f266000746cf63c7608cd9b7682;hpb=393020b6e48719d27699dea6b29e53025bbd5123;p=pdclib 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).