aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/u_io.c
Commit message (Collapse)AuthorAgeFilesLines
* <iso646.h>, test for libc headers lemon2026-03-231-4/+0
|
* io: use FILE* for buf fp impl lemon2026-03-231-7/+9
|
* 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-20/+5
| | | | And add some GCC predefs like __SIZE_TYPE__, __LONG_SIZE__, etc
* io: make -w suppress notes too lemon2026-03-201-2/+3
|
* Refactor: use typedefs and CamelCase for aggregate types lemon2026-03-181-74/+78
| | | | Looks nicer
* Refactor: move some utils from antcc.h to their own headers lemon2026-03-171-0/+1
|
* REFACTOR: finish renaming lemon2026-03-171-0/+1255