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

Add wcscoll() dummy.

This commit is contained in:
Sebastian Bauer
2018-04-22 11:21:24 +02:00
parent 397013922c
commit b874ff71de
2 changed files with 46 additions and 0 deletions

View File

@ -402,6 +402,7 @@ C_LIB := \
wchar_wcscat.o \
wchar_wcschr.o \
wchar_wcscmp.o \
wchar_wcscoll.o \
wchar_wcscpy.o \
wchar_wcscspn.o \
wchar_wcsftime.o \