diff options
author | midipix <writeonce@midipix.org> | 2017-11-11 23:03:40 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-25 11:30:32 -0500 |
commit | c5e1b72b3e019cb6e706309938018775f12a7c1a (patch) | |
tree | c2b2ad9f5bf9fbe757302b21e708fe9622def8a0 /project | |
parent | 64c52b2089e92fc3179c19af26fe80f4f8e4bcb6 (diff) | |
download | u16ports-c5e1b72b3e019cb6e706309938018775f12a7c1a.tar.bz2 u16ports-c5e1b72b3e019cb6e706309938018775f12a7c1a.tar.xz |
added u16_wcscspn().
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 10eb3bf..62a38e0 100644 --- a/project/common.mk +++ b/project/common.mk @@ -6,6 +6,7 @@ API_SRCS = \ src/u16_wcslen.c \ src/u16_wcsnlen.c \ src/u16_wcsspn.c \ + src/u16_wcscspn.c \ INTERNAL_SRCS = \ |