Tee-Kiah Chia
|
2dfddf3fa8
|
libcc.ansi: add support for O_TEXT, O_BINARY file status flags
|
2021-03-27 19:12:35 +00: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 |
|
David Given
|
9109d7af7f
|
First stage in modularising FILE*. Refactor so that printf/scanf don't rely on
FILE* innards; allow plats to replace the entire emulated FILE* system.
|
2019-06-15 13:07:10 +02:00 |
|
David Given
|
6a729b846a
|
Move stdio into (mostly) sys.
|
2018-06-23 18:54:40 +02:00 |
|