diff options
author | midipix <writeonce@midipix.org> | 2017-11-11 16:31:29 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-25 11:30:32 -0500 |
commit | b96f72d394c70d45e1ed9f38e864e1ff23700c7f (patch) | |
tree | a2d80760675a49055324ea0c47e850ac583de54f /project | |
parent | 587b67529484fe9204fde2ce667e7df1f7a96f2e (diff) | |
download | u16ports-b96f72d394c70d45e1ed9f38e864e1ff23700c7f.tar.bz2 u16ports-b96f72d394c70d45e1ed9f38e864e1ff23700c7f.tar.xz |
added u16_wcslen().
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
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 = \ |