1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Provide stub for mbrtowc().

This commit is contained in:
Sebastian Bauer
2018-03-30 21:21:11 +02:00
parent d1092099d0
commit eb1d784c0d
2 changed files with 65 additions and 0 deletions

View File

@ -387,6 +387,7 @@ C_LIB := \
wchar_getwc.o \
wchar_getwchar.o \
wchar_mbrlen.o \
wchar_mbrtowc.o \
wchar_mbsinit.o \
wchar_mbsrtowcs.o \
wchar_putwc.o \