diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-09-25 11:52:47 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-09-26 06:46:53 +0700 |
commit | 894d13a4db38885fc282f1f129b481870dfb1902 (patch) | |
tree | ec173104d42bab054756b2a0da4f8cd8c9a7af95 /emcc | |
parent | 2fd1d58f178256e16f329af4d40ba140b515b6ce (diff) |
Add wprintf, swprintf, vswprintf, vfwprintf, etc.
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1366,6 +1366,14 @@ try: 'wctob.c', 'wctomb.c', ]], + ['stdio', [ + 'fwprintf.c', + 'swprintf.c', + 'vfwprintf.c', + 'vswprintf.c', + 'vwprintf.c', + 'wprintf.c', + ]], ['stdlib', [ 'ecvt.c', 'fcvt.c', |