Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
git-mirror
/
glibc
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Files
883bc19
arpa
assert
bare
conf
csu
ctype
dirent
elf
gnu
gnulib
grp
hurd
inet
io
locale
.cvsignore
C-collate.c
C-ctype.c
C-messages.c
C-monetary.c
C-numeric.c
C-time.c
Makefile
categories.def
langinfo.h
lc-collate.c
lc-ctype.c
lc-messages.c
lc-monetary.c
lc-numeric.c
lc-time.c
loadlocale.c
locale.h
localeconv.c
localeinfo.h
nl_langinfo.c
setlocale.c
mach
manual
math
misc
netinet
posix
protocols
pwd
resolv
resource
rpc
setjmp
signal
socket
stdio
stdlib
string
sunrpc
sys
sysdeps
termios
time
.cvsignore
=__ify
ChangeLog
INSTALL
Make-dist
MakeTAGS
Makeconfig
Makefile
Makefile.in
Makerules
NEWS
NOTES
README
README.template
Rules
a.out.h
aclocal.m4
alloca.h
ansidecl.h
assert.h
config-name.in
config.guess
config.h.in
config.make.in
config.sub
configure
configure.in
crypt-README
ctype.h
dirent.h
endian.h
errno.h
extra-lib.mk
fcntl.h
features.h
fnmatch.h
ftw.h
getopt.h
glob.h
gnu-stabs.h
grp.h
install-sh
langinfo.h
libc-symbols.h
limits.h
locale.h
malloc.h
math.h
memory.h
mkinstalldirs
move-if-change
munch-tmpl.c
munch.awk
netdb.h
nlist.h
o-iterator.mk
obstack.h
paths.h
poll.h
posix1_lim.h
posix2_lim.h
printf.h
printsources
pwd.h
resolv.h
set-hooks.h
set-init.c
setjmp.h
sgtty.h
signal.h
stdio.h
stdlib.h
string.h
strings.h
syslog.h
tar.h
termios.h
time.h
ttyent.h
unistd.h
utime.h
version.c
wordexp.h
Breadcrumbs
glibc
/
locale
/
lc-collate.c
Blame
Blame
Latest commit
History
History
22 lines (17 loc) · 935 Bytes
Breadcrumbs
glibc
/
locale
/
lc-collate.c
Top
File metadata and controls
Code
Blame
22 lines (17 loc) · 935 Bytes
Raw
/* Define current locale data for LC_COLLATE category. Copyright (C) 1995 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "localeinfo.h" _NL_CURRENT_DEFINE (LC_COLLATE);
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
You can’t perform that action at this time.