diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-12-01 21:42:26 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-01-13 17:59:15 +0700 |
commit | 4353f5df1e4bae2a3d579a5c205b800bcc2d8d39 (patch) | |
tree | fb503cf12bd89a7eb3dbbb06a8612cfe6c859c35 /emcc | |
parent | 5d078cbbd7d4319ed6a852e14bf3e45f58a99511 (diff) |
Missing string.h functionality.
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1507,7 +1507,9 @@ try: 'iswspace_l.c', 'iswupper_l.c', 'iswxdigit_l.c', + 'strcasecmp_l.c', 'strfmon.c', + 'strncasecmp_l.c', 'strxfrm.c', 'towctrans_l.c', 'towlower_l.c', @@ -1556,6 +1558,16 @@ try: 'gcvt.c', ]], ['string', [ + 'memccpy.c', + 'memmem.c', + 'mempcpy.c', + 'memrchr.c', + 'strcasestr.c', + 'strchrnul.c', + 'strlcat.c', + 'strlcpy.c', + 'strsep.c', + 'strverscmp.c', 'wcpcpy.c', 'wcpncpy.c', 'wcscasecmp.c', |