Add functions wcrtomb, wcslcpy, wcsxfrm, wctob, wctomb, wctype, localeconv, strcoll, strxfrm

This commit is contained in:
Alan Carvalho de Assis
2016-10-18 18:15:54 -06:00
committed by Gregory Nutt
parent 20fc02569f
commit 4d39b513b5
28 changed files with 830 additions and 50 deletions
+5 -1
View File
@@ -1,7 +1,7 @@
############################################################################
# libc/string/Make.defs
#
# Copyright (C) 2011-2012, 2014 Gregory Nutt. All rights reserved.
# Copyright (C) 2011-2012, 2014, 2016 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -51,6 +51,10 @@ CSRCS += lib_memcpy.c
endif
endif
ifeq ($(CONFIG_LIBC_LOCALE),y)
CSRCS += lib_strcoll.c lib_strxfrm.c
endif
# Add the string directory to the build
DEPPATH += --dep-path string