From ee7d4a5d1b0a35a730459113a35197fc5272e7d4 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Thu, 17 Nov 2005 02:24:42 +0000 Subject: Copy from trunk. --- libc/string/memcmp.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libc/string/memcmp.c (limited to 'libc/string/memcmp.c') diff --git a/libc/string/memcmp.c b/libc/string/memcmp.c new file mode 100644 index 000000000..5963dd174 --- /dev/null +++ b/libc/string/memcmp.c @@ -0,0 +1,16 @@ +/* + * Copyright (C) 2000-2005 Erik Andersen + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ + +#define L_memcmp +#define Wmemcmp __memcmp + +#include "wstring.c" + +strong_alias(__memcmp, memcmp) + +weak_alias(memcmp, bcmp) + +#undef L_memcmp -- cgit v1.2.3