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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
unistdio
/
ulc-vfprintf
blob
590a29935fd98f054cbbcdd89fc06f11246aea7a
1
Description:
2
Print formatted output to a stream.
3
4
Files:
5
lib/unistdio/ulc-vfprintf.c
6
7
Depends-on:
8
unistdio/base
9
unistdio/ulc-vasnprintf
10
fseterr
11
errno
12
13
configure.ac:
14
gl_LIBUNISTRING_MODULE([0.9.8], [unistdio/ulc-vfprintf])
15
16
Makefile.am:
17
if LIBUNISTRING_COMPILE_UNISTDIO_ULC_VFPRINTF
18
lib_SOURCES += unistdio/ulc-vfprintf.c
19
endif
20
21
Include:
22
"unistdio.h"
23
24
Link:
25
$(LIB_MBRTOWC)
26
27
License:
28
LGPLv3+ or GPLv2
29
30
Maintainer:
31
all