mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
* libio/Makefile (routines): Add fwprintf.
This commit is contained in:
parent
de1910fd06
commit
3944f99e84
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ routines := \
|
||||||
iofgetpos64 iofopen64 iofsetpos64 \
|
iofgetpos64 iofopen64 iofsetpos64 \
|
||||||
fputwc fputwc_u getwc getwc_u getwchar getwchar_u iofgetws iofgetws_u \
|
fputwc fputwc_u getwc getwc_u getwchar getwchar_u iofgetws iofgetws_u \
|
||||||
iofputws iofputws_u iogetwline iowpadn ioungetwc putwc putwc_u \
|
iofputws iofputws_u iogetwline iowpadn ioungetwc putwc putwc_u \
|
||||||
putwchar putwchar_u putchar putchar_u swprintf vwprintf wprintf \
|
putwchar putwchar_u putchar putchar_u fwprintf swprintf vwprintf \
|
||||||
wscanf fwscanf vwscanf vswprintf iovswscanf swscanf wgenops wstrops \
|
wprintf wscanf fwscanf vwscanf vswprintf iovswscanf swscanf wgenops \
|
||||||
wfileops iofwide \
|
wstrops wfileops iofwide \
|
||||||
\
|
\
|
||||||
clearerr feof ferror fileno fputc freopen fseek getc getchar \
|
clearerr feof ferror fileno fputc freopen fseek getc getchar \
|
||||||
memstream pclose putc putchar rewind setbuf setlinebuf vasprintf \
|
memstream pclose putc putchar rewind setbuf setlinebuf vasprintf \
|
||||||
|
|
Loading…
Add table
Reference in a new issue