diff options
author | midipix <writeonce@midipix.org> | 2017-11-11 14:27:47 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-25 11:30:32 -0500 |
commit | 587b67529484fe9204fde2ce667e7df1f7a96f2e (patch) | |
tree | 66fee2a43a3395c7bd3e0f36b668a81965fe90c5 /project | |
parent | 24bfc0746fd5f55a983ab566381cd959b7549b3d (diff) | |
download | u16ports-587b67529484fe9204fde2ce667e7df1f7a96f2e.tar.bz2 u16ports-587b67529484fe9204fde2ce667e7df1f7a96f2e.tar.xz |
added u16_wcstombs().
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 af8cf6b..9f6a784 100644 --- a/project/common.mk +++ b/project/common.mk @@ -2,6 +2,7 @@ API_SRCS = \ src/u16_mbsinit.c \ src/u16_mbrtowc.c \ src/u16_mbstowcs.c \ + src/u16_wcstombs.c \ INTERNAL_SRCS = \ |