Added first implementation of exec(). No support for commandline parameters so far.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4969 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2011-02-06 22:27:31 +00:00
parent bfb8dd8f95
commit 56d04f523f
3 changed files with 197 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ S_OBJS= _scrsize.o \
diowrite.o \
dosdetect.o \
drives.o \
exec.o \
filedes.o \
filename.o \
get_ostype.o \