Lassi Kortela
|
a02557230b
|
Consolidate (almost) all #include's into new "scheme.h"
|
2019-08-26 22:12:15 +03:00 |
Lassi Kortela
|
6ffe6bf174
|
Add truly sinful float hacks for Watcom
|
2019-08-21 22:11:05 +03:00 |
Lassi Kortela
|
3dc58baa4a
|
Include <sys/types.h> to get off_t
This header is even shipped by Windows compilers. The iostream stuff
uses off_t.
|
2019-08-18 00:09:43 +03:00 |
Lassi Kortela
|
b0203bb89e
|
Add more missing stdint.h includes
|
2019-08-09 23:31:21 +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 |