repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vasnprintf: Don't use %n on Android.
[gnulib.git]
/
modules
/
setlocale
blob
5d5ed81dcac4fd4c78c6b5c0ef60ad9ba05ce092
1
Description:
2
setlocale() function: set the current locale.
3
4
Files:
5
lib/setlocale.c
6
m4/setlocale.m4
7
8
Depends-on:
9
locale
10
localename [test $REPLACE_SETLOCALE = 1]
11
12
configure.ac:
13
gl_FUNC_SETLOCALE
14
if test $REPLACE_SETLOCALE = 1; then
15
AC_LIBOBJ([setlocale])
16
gl_PREREQ_SETLOCALE
17
fi
18
gl_LOCALE_MODULE_INDICATOR([setlocale])
19
20
Makefile.am:
21
22
Include:
23
<locale.h>
24
25
License:
26
LGPL
27
28
Maintainer:
29
all