repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[BZ #22142] powerpc: Fix the carry bit on mpn_[add|sub]_n on POWER7
[glibc.git]
/
sysdeps
/
x86_64
/
strncase_l-nonascii.c
blob
e3d83a06cd522c2d66d706ae0ed22e1c9927926f
1
#include <string.h>
2
3
extern
int
__strncasecmp_l_nonascii
(
const char
*
__s1
,
const char
*
__s2
,
4
size_t
__n
,
locale_t __loc
);
5
6
#define __strncasecmp_l __strncasecmp_l_nonascii
7
#define USE_IN_EXTENDED_LOCALE_MODEL 1
8
#include <string/strncase.c>