diff options
author | midipix <writeonce@midipix.org> | 2017-11-11 14:26:10 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-25 11:30:32 -0500 |
commit | 24bfc0746fd5f55a983ab566381cd959b7549b3d (patch) | |
tree | 898281c3a62ecd1f955f83f62dc03d6830a13302 /project | |
parent | 0c84af4c4f4cb6c63487830c8e2b943d28d3221a (diff) | |
download | u16ports-24bfc0746fd5f55a983ab566381cd959b7549b3d.tar.bz2 u16ports-24bfc0746fd5f55a983ab566381cd959b7549b3d.tar.xz |
added u16_mbstowcs().
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 49fdcae..af8cf6b 100644 --- a/project/common.mk +++ b/project/common.mk @@ -1,6 +1,7 @@ API_SRCS = \ src/u16_mbsinit.c \ src/u16_mbrtowc.c \ + src/u16_mbstowcs.c \ INTERNAL_SRCS = \ |