diff options
Diffstat (limited to 'lib/libc/string/strcoll.c')
-rw-r--r-- | lib/libc/string/strcoll.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index faa858b..544f9b9 100644 --- a/lib/libc/string/strcoll.c +++ b/lib/libc/string/strcoll.c @@ -24,15 +24,13 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: strcoll.c,v 1.4 1995/01/27 12:51:06 alex Exp alex $ + * $Id: strcoll.c,v 1.2 1995/02/16 17:01:09 ache Exp $ */ #include <stdlib.h> #include <string.h> #include "collate.h" -/* Compare strings according to LC_COLLATE category of current locale */ - int strcoll(s, s2) const char *s, *s2; |