1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz 84706bd2d5 Fixed portability problems with va_copy. In three places, calls to fstat
had to be replaced by calls to stat, because fileno is no longer available
when forcing the compiler into pure c89 (or c99) mode.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3683 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-12-11 12:40:51 +00:00
asminc
doc
include Two functions in the mouse_callbacks struct do actually have arguments. 2005-11-21 20:40:56 +00:00
libsrc Optimized the code and allowed access to the ROM by using page numbers 2005-11-29 17:21:52 +00:00
make
packages Added dtv-*.emd 2005-12-03 23:15:13 +00:00
samples Small cosmetic fix 2005-11-22 23:14:19 +00:00
src Fixed portability problems with va_copy. In three places, calls to fstat 2005-12-11 12:40:51 +00:00
testcode
util
.cvsignore