Files
obf/lib.h
Aryadev Chavali 3c39df6c95 Implement SIZE_FMT and vec_append_fmt
SIZE_FMT gets the size of a cstr with the given sprintf formatted
string and arguments using `snprintf`.

vec_append_fmt formats a cstr with the given sprintf arguments then
appends it to the given vector.

This simplifies a little bit of the wordy implementation of the
assembler.
2024-12-24 23:08:52 +00:00

1.3 KiB