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
Fix changelog typo
[glibc.git]
/
include
/
monetary.h
blob
e6870138f85d53c6478be86f1c4d26a4d92a5aff
1
#include <stdlib/monetary.h>
2
#ifndef _ISOMAC
3
#include <stdarg.h>
4
5
extern
ssize_t
__vstrfmon_l
(
char
*
s
,
size_t
maxsize
,
__locale_t loc
,
6
const char
*
format
,
va_list
ap
);
7
#endif