diff options
author | midipix <writeonce@midipix.org> | 2017-11-12 12:04:32 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-25 11:34:54 -0500 |
commit | bcbd181aa8968f4542b61332d1885655e0cb7f75 (patch) | |
tree | 9b697a36b96650de2418126575fe941a9acd572c /project | |
parent | e8211c2cc4f8ade3f928a6ce8a5f3a92dd637d1d (diff) | |
download | u16ports-bcbd181aa8968f4542b61332d1885655e0cb7f75.tar.bz2 u16ports-bcbd181aa8968f4542b61332d1885655e0cb7f75.tar.xz |
added u16_wcschr().
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 9290b25..4038997 100644 --- a/project/common.mk +++ b/project/common.mk @@ -16,6 +16,7 @@ API_SRCS = \ src/u16_wcsdup.c \ src/u16_wcscat.c \ src/u16_wcsncat.c \ + src/u16_wcschr.c \ INTERNAL_SRCS = \ |