Lassi Kortela
|
d38d99dd87
|
Remove comments about proposed 'struct ios' features
We don't need anything as fancy as these.
|
2019-08-26 00:20:50 +03:00 |
Lassi Kortela
|
45a7ec7bc4
|
Remove include protections
Since we no longer have recursive includes, we don't need them. Removing the
protections uncovered a couple of accidental double-includes: good.
|
2019-08-09 19:47:22 +03:00 |
Lassi Kortela
|
f2fb37e520
|
Replace ios_t with struct
|
2019-08-09 19:26:20 +03:00 |
Lassi Kortela
|
79d44c0780
|
Get rid of almost all recursive includes
Simple rule: include files should never include include files.
"Notes on Programming in C", Rob Pike, February 21, 1989
<https://www.lysator.liu.se/c/pikestyle.html>
|
2019-08-09 19:00:17 +03:00 |
Lassi Kortela
|
d6f54bc13c
|
Consolidate all C files into a "c" subdirectory
|
2019-08-09 15:02:58 +03:00 |