Use local implementation of some string functions
commit91fff0a6dd74ba30147cd4350de91d951f406a03
authorPetr Ledvina <ledvinap@gmail.com>
Fri, 24 Nov 2017 12:01:39 +0000 (24 13:01 +0100)
committerPetr Ledvina <ledvinap@gmail.com>
Fri, 24 Nov 2017 12:01:39 +0000 (24 13:01 +0100)
tree624e97a7ae488c8457223d2e8e1e6df99f759a9b
parentdcdf7dd872497b8bd5633d673c3d7e625a64ce05
Use local implementation of some string functions

library versions are replaced (libeary functions are weak).
System ctype.h is implemented using macros, local header file
(in -I path) is provided to override system one.
make/source.mk
src/main/common/string_light.c
src/main/common/string_light.h [deleted file]
src/main/ctype.h [new file with mode: 0644]