summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-11-11 16:31:29 -0500
committermidipix <writeonce@midipix.org>2017-11-25 11:30:32 -0500
commitb96f72d394c70d45e1ed9f38e864e1ff23700c7f (patch)
treea2d80760675a49055324ea0c47e850ac583de54f /project
parent587b67529484fe9204fde2ce667e7df1f7a96f2e (diff)
downloadu16ports-b96f72d394c70d45e1ed9f38e864e1ff23700c7f.tar.bz2
u16ports-b96f72d394c70d45e1ed9f38e864e1ff23700c7f.tar.xz
added u16_wcslen().
Diffstat (limited to 'project')
-rw-r--r--project/common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
index 9f6a784..66ff3ab 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -3,6 +3,7 @@ API_SRCS = \
src/u16_mbrtowc.c \
src/u16_mbstowcs.c \
src/u16_wcstombs.c \
+ src/u16_wcslen.c \
INTERNAL_SRCS = \