mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
[libc] Add support for "%lc" and "%ls" format specifiers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user