move fdtoiocb function into its own file -- idea by Daniel Serpell

git-svn-id: svn://svn.cc65.org/cc65/trunk@4478 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg
2009-11-23 21:59:29 +00:00
parent 5a593b8105
commit fa25cc732f
3 changed files with 44 additions and 26 deletions

View File

@@ -78,6 +78,7 @@ OBJS = _scrsize.o \
diowritev.o \
dosdetect.o \
fdtable.o \
fdtoiocb.o \
getargs.o \
getdefdev.o \
getfd.o \