ack/lang/cem/libcc.ansi
George Koehler b9bd89914f Add back _EM_LSIZE == 8 to <stdint.h>
This will cause ACK libc to provide int64_t as long (instead of long
long) on LP64, if we ever get such a platform.

LP64 would have 64-bit long and 64-bit long long, so int64_t might be
either type.  For example on amd64, int64_t is long in NetBSD libc,
and long long in OpenBSD libc.  Support for long long in ACK remains
incomplete (no printf "%lld"), so it seems better to prefer long where
possible.  Also, int64_t being long before long long is more
consistent with int32_t being int before long.

Put suffixes on the values of INT32_MAX, INT64_MAX, and related
constants, so they have the same types as int32_t and int64_t.
2019-10-05 01:34:01 -04:00
..
core Add an itoa() function, following the most common prototype I can find. 2019-06-24 20:52:56 +02:00
headers Add back _EM_LSIZE == 8 to <stdint.h> 2019-10-05 01:34:01 -04:00
sys Partially working port of stdio to CP/M. I'm not sure this will work; it's 2019-06-15 22:22:01 +02:00
build.lua Partially working port of stdio to CP/M. I'm not sure this will work; it's 2019-06-15 22:22:01 +02:00
head_ac.e Disabled the code to throw signals on EM traps; this is the platform's job (and requires working signal support, which we may not have). 2007-04-29 20:46:48 +00:00
LIST changed order so that it works without ranlib 1990-06-12 11:21:40 +00:00
proto.make Header --> Id 1994-06-24 14:02:31 +00:00