diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 02:25:16 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 02:25:16 +0000 |
| commit | 42fa855324aef5a253383e86ba9145e4f335077e (patch) | |
| tree | f5374505d6db94cd908f590dfa0ab010c3167071 /libc/string/strncmp.c | |
| parent | 44c69b05106ebb2628155018eed6a6f4d31699b4 (diff) | |
| download | uClibc-alpine-42fa855324aef5a253383e86ba9145e4f335077e.tar.bz2 uClibc-alpine-42fa855324aef5a253383e86ba9145e4f335077e.tar.xz | |
Copy from trunk.
Diffstat (limited to 'libc/string/strncmp.c')
| -rw-r--r-- | libc/string/strncmp.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/string/strncmp.c b/libc/string/strncmp.c new file mode 100644 index 000000000..d36003ab6 --- /dev/null +++ b/libc/string/strncmp.c @@ -0,0 +1,14 @@ +/* + * Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ + +#define L_strncmp +#define Wstrncmp __strncmp + +#include "wstring.c" + +strong_alias(__strncmp, strncmp) + +#undef L_strncmp |
