blob: 31dafe748dfe9407afcd56476f73a9ad6be29fc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
Description:
strfmon_l() function: formatted conversion of monetary value to string.
Files:
lib/strfmon_l.c
m4/strfmon_l.m4
m4/locale-fr.m4
m4/codeset.m4
Depends-on:
monetary
extensions
stdbool [test $REPLACE_STRFMON_L = 1]
configure.ac:
gl_FUNC_STRFMON_L
gl_CONDITIONAL([GL_COND_OBJ_STRFMON_L], [test $REPLACE_STRFMON_L = 1])
AM_COND_IF([GL_COND_OBJ_STRFMON_L], [
gl_PREREQ_STRFMON_L
])
gl_MONETARY_MODULE_INDICATOR([strfmon_l])
Makefile.am:
if GL_COND_OBJ_STRFMON_L
lib_SOURCES += strfmon_l.c
endif
Include:
#if HAVE_MONETARY_H
<monetary.h>
#endif
License:
LGPLv2+
Maintainer:
all
|