diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-02-18 01:39:00 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-02-18 01:39:00 +0000 |
| commit | 7b7aeeccde274a87688a5278a10d892d362c4b27 (patch) | |
| tree | 1c9fbcadaceda2a62652d331b0be8c008f816e27 /lib/libc/string/strcoll.c | |
| parent | b5fd1704b252e24185d04074fcbc423b1f5004eb (diff) | |
Notes
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 faa858bbdee5..544f9b946e05 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; |
