aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/u_io.c
Commit message (Collapse)AuthorAgeFilesLines
* io: use FILE* for buf fp impllemon2026-03-231-7/+9
|
* style: change uvlong -> u64int, vlong -> s64intlemon2026-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-20/+5
| | | | And add some GCC predefs like __SIZE_TYPE__, __LONG_SIZE__, etc
* io: make -w suppress notes toolemon2026-03-201-2/+3
|
* Refactor: use typedefs and CamelCase for aggregate typeslemon2026-03-181-74/+78
| | | | Looks nicer
* Refactor: move some utils from antcc.h to their own headerslemon2026-03-171-0/+1
|
* REFACTOR: finish renaminglemon2026-03-171-0/+1255