Dietrich Epp
|
61e4168fbc
|
Move error codes to separate header file
|
2022-07-16 16:58:50 -04:00 |
|
Dietrich Epp
|
3f6acc9f42
|
Use more modern C
While C99 is not supported by old Mac OS compilers, line comments are
supported. Keeping strictly to old C90 style code is annoying without
benefit.
|
2022-04-21 13:57:17 -04:00 |
|
Dietrich Epp
|
3bf095fb49
|
Make source file headers consistent
- Standardize copyright and license notice
- Standardize header guards
|
2022-04-10 04:22:58 -04:00 |
|
Dietrich Epp
|
c4bf86786e
|
Reorganize
- Extracted functions to //lib:test for writing tests
- Extracted functions to lib/util.h if they are useful outside tests
|
2022-03-30 03:46:19 -04:00 |
|