[libc] Add support for "%lc" and "%ls" format specifiers

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-07-19 13:57:17 +01:00
parent 7ad6caf29f
commit 58ed3b1cee
2 changed files with 32 additions and 5 deletions

View File

@@ -26,5 +26,6 @@ FILE_LICENCE ( GPL2_ONLY );
#define __WCHAR_TYPE__ long int
#endif
typedef __WCHAR_TYPE__ wchar_t;
typedef __WINT_TYPE__ wint_t;
#endif /* STDDEF_H */