X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstring%2Fstrcoll.c;h=3c841e54d763ebe9f139710be6c9f28547502081;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=c89b8cfd3bdc88bc1829ad014a5b39a372d3a492;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/functions/string/strcoll.c b/functions/string/strcoll.c index c89b8cf..3c841e5 100644 --- a/functions/string/strcoll.c +++ b/functions/string/strcoll.c @@ -1,11 +1,11 @@ -// ---------------------------------------------------------------------------- -// $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. + * --------------------------------------------------------------------------*/ -// TODO: Dummy function, does not support locales. +/* TODO: Dummy function, does not support locales. */ int strcmp( const char * src_1, const char * src_2 );