separated "standard library" string functions into bas_string.[ch]

This commit is contained in:
Markus Fröschle
2013-02-26 11:04:25 +00:00
parent 4073542762
commit 435f1ee659
6 changed files with 94 additions and 72 deletions

View File

@@ -62,6 +62,7 @@ CSRCS= \
$(SRCDIR)/sysinit.c \
$(SRCDIR)/init_fpga.c \
$(SRCDIR)/bas_printf.c \
$(SRCDIR)/bas_string.c \
$(SRCDIR)/BaS.c \
$(SRCDIR)/cache.c \
$(SRCDIR)/mmc.c \