vsscanf is a C file
git-svn-id: svn://svn.cc65.org/cc65/trunk@1399 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
a411560958
commit
c2b550abf9
1 changed files with 6 additions and 6 deletions
|
@ -44,13 +44,14 @@ C_OBJS = _afailed.o \
|
|||
sscanf.o \
|
||||
strxfrm.o \
|
||||
strtok.o \
|
||||
vprintf.o
|
||||
vprintf.o \
|
||||
vsscanf.o
|
||||
|
||||
|
||||
S_OBJS = _fdesc.o \
|
||||
_file.o \
|
||||
_hadd.o \
|
||||
_heap.o \
|
||||
S_OBJS = _fdesc.o \
|
||||
_file.o \
|
||||
_hadd.o \
|
||||
_heap.o \
|
||||
_oserror.o \
|
||||
_printf.o \
|
||||
_swap.o \
|
||||
|
@ -119,7 +120,6 @@ S_OBJS = _fdesc.o \
|
|||
vcprintf.o \
|
||||
vfprintf.o \
|
||||
vsprintf.o \
|
||||
vsscanf.o \
|
||||
zerobss.o
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue