diff options
author | midipix <writeonce@midipix.org> | 2017-11-11 14:25:38 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-25 11:30:31 -0500 |
commit | 0c84af4c4f4cb6c63487830c8e2b943d28d3221a (patch) | |
tree | debc5d015de0789703c97795fbaf706a490798be /project | |
parent | fa3616f801d6154048135288d0eb406d93cba3f4 (diff) | |
download | u16ports-0c84af4c4f4cb6c63487830c8e2b943d28d3221a.tar.bz2 u16ports-0c84af4c4f4cb6c63487830c8e2b943d28d3221a.tar.xz |
added u16_mbrtowc().
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 ecf55c3..49fdcae 100644 --- a/project/common.mk +++ b/project/common.mk @@ -1,5 +1,6 @@ API_SRCS = \ src/u16_mbsinit.c \ + src/u16_mbrtowc.c \ INTERNAL_SRCS = \ |