David Given
|
53a3630d2c
|
Don't try to allocate a ridiculous 1025 bytes on the stack (which completely
explodes on CP/M).
|
2020-02-05 23:05:33 +01:00 |
|
David Given
|
1bd6a9d4fa
|
Add an itoa() function, following the most common prototype I can find.
|
2019-06-24 20:52:56 +02:00 |
|
David Given
|
1387c8713b
|
Now that printf and scanf contain no FILE*-specific code, we can move them into
core (and split them up).
|
2019-06-15 13:53:20 +02:00 |
|