Blame project/common.mk

c9d3ad
API_SRCS = \
fa3616
	src/u16_mbsinit.c \
0c84af
	src/u16_mbrtowc.c \
24bfc0
	src/u16_mbstowcs.c \
587b67
	src/u16_wcstombs.c \
b96f72
	src/u16_wcslen.c \
d3eab7
	src/u16_wcsnlen.c \
c9d3ad
c9d3ad
INTERNAL_SRCS = \
c9d3ad
c9d3ad
APP_SRCS = \
c9d3ad
c9d3ad
COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)