diff options
author | midipix <writeonce@midipix.org> | 2017-11-12 12:04:58 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-25 11:35:51 -0500 |
commit | 332506fa5fd504b8527e86726100c9116744a6b4 (patch) | |
tree | cf38f26d870410a43c2a60e05fc9972c84659a74 /project | |
parent | bcbd181aa8968f4542b61332d1885655e0cb7f75 (diff) | |
download | u16ports-332506fa5fd504b8527e86726100c9116744a6b4.tar.bz2 u16ports-332506fa5fd504b8527e86726100c9116744a6b4.tar.xz |
added u16_wcsrchr().
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 4038997..d76be98 100644 --- a/project/common.mk +++ b/project/common.mk @@ -17,6 +17,7 @@ API_SRCS = \ src/u16_wcscat.c \ src/u16_wcsncat.c \ src/u16_wcschr.c \ + src/u16_wcsrchr.c \ INTERNAL_SRCS = \ |