diff options
author | midipix <writeonce@midipix.org> | 2017-11-12 11:12:14 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-25 11:30:33 -0500 |
commit | 5903dc1d4ffdafe3f623b559079991d646d47987 (patch) | |
tree | 048e79e8ed3a9254e9b2a8044181e7c333d25df2 /project | |
parent | 0bd2ce9d8410eb1ea555a6b7f15804f598749f0c (diff) | |
download | u16ports-5903dc1d4ffdafe3f623b559079991d646d47987.tar.bz2 u16ports-5903dc1d4ffdafe3f623b559079991d646d47987.tar.xz |
added u16_wcpncpy().
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 5dd6a16..51b2d8f 100644 --- a/project/common.mk +++ b/project/common.mk @@ -12,6 +12,7 @@ API_SRCS = \ src/u16_wcscpy.c \ src/u16_wcsncpy.c \ src/u16_wcpcpy.c \ + src/u16_wcpncpy.c \ INTERNAL_SRCS = \ |