1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz 8216bf1d6a Force an import of the special symbol __STARTUP__ in the C compiler when
main() is encountered. Define this symbol in the startup code. This will
automatically force linking of the startup code which can then reside inside
the standard library as any other object file.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3988 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-07-31 12:05:42 +00:00
asminc Removed setoserror as an external. 2009-07-27 18:48:03 +00:00
doc Small documentation update by Stefan Haubenthal. 2009-07-06 19:59:29 +00:00
include add strnicmp/strncasecmp 2009-02-10 19:16:22 +00:00
libsrc Force an import of the special symbol __STARTUP__ in the C compiler when 2009-07-31 12:05:42 +00:00
make Changes from Greg King 2007-06-21 20:42:16 +00:00
packages Force an import of the special symbol __STARTUP__ in the C compiler when 2009-07-31 12:05:42 +00:00
samples Force an import of the special symbol __STARTUP__ in the C compiler when 2009-07-31 12:05:42 +00:00
src Force an import of the special symbol __STARTUP__ in the C compiler when 2009-07-31 12:05:42 +00:00
testcode Test program for the rename() function. Supplied by Greg King - thanks! 2009-02-22 15:42:40 +00:00
util git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00