aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/antcc.h
Commit message (Collapse)AuthorAgeFilesLines
* io: use FILE* for buf fp impl lemon2026-03-231-1/+1
|
* style: change uvlong -> u64int, vlong -> s64int lemon2026-03-221-7/+7
| | | | | Is much nicer. I don't know whether I want to do it for the other int types too. char and uchar are fine as bytes. u/short -> u/s16int, maybe.
* Rework handling of predefined macros. lemon2026-03-211-0/+4
| | | | And add some GCC predefs like __SIZE_TYPE__, __LONG_SIZE__, etc
* driver: only depend on ld for linking (todo) lemon2026-03-201-1/+1
|
* io: make -w suppress notes too lemon2026-03-201-1/+1
|
* preeliminary support for openBSD lemon2026-03-191-1/+1
|
* Use #pragma once lemon2026-03-181-4/+1
|
* Refactor: use typedefs and CamelCase for aggregate types lemon2026-03-181-69/+65
| | | | Looks nicer
* Refactor: antcc.h move things around lemon2026-03-171-10/+10
|
* Refactor: move some utils from antcc.h to their own headers lemon2026-03-171-109/+19
|
* REFACTOR: finish renaming lemon2026-03-171-0/+465