X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fstrcoll.c;h=3c841e54d763ebe9f139710be6c9f28547502081;hp=c89b8cfd3bdc88bc1829ad014a5b39a372d3a492;hb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;hpb=8c8750c2826684c2420571a8007b9606f72c9040 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 );