Lassi Kortela
|
248840df1f
|
Get rid of LLT malloc wrappers
|
2019-08-27 01:25:11 +03:00 |
Lassi Kortela
|
a02557230b
|
Consolidate (almost) all #include's into new "scheme.h"
|
2019-08-26 22:12:15 +03:00 |
Lassi Kortela
|
023937e5ea
|
Use backward compatible variable initializers
|
2019-08-19 01:14:09 +03:00 |
Lassi Kortela
|
a28aff6892
|
Add missing stdint.h includes
|
2019-08-09 23:25:20 +03:00 |
Lassi Kortela
|
41cf0e7b2c
|
Replace htable_t with struct
|
2019-08-09 19:26:09 +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 |