1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz dca7cfd249 Removed the (unused and probably non-working) config for OS/A65.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4187 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-09-18 17:04:20 +00:00
asminc
doc Added a missing paren. 2009-09-18 15:09:07 +00:00
include Make wchar_t a char instead of a short. 2009-09-18 07:38:00 +00:00
libsrc New strtoimax and strtoumax standard functions as aliases for strtol/strtoul. 2009-09-17 18:37:42 +00:00
make Remove the top-level Makefile's attempt to install the no-longer-external 2009-08-05 14:31:33 +00:00
packages There are no more startup object modules. 2009-07-31 12:56:36 +00:00
samples Define a standard driver and mode for tgi graphics and use it in the sample 2009-09-11 18:59:37 +00:00
src Removed the (unused and probably non-working) config for OS/A65. 2009-09-18 17:04:20 +00:00
testcode Testcode for strtol and atoi. 2009-09-15 20:47:03 +00:00
util