Annotation-attribute framework macros for ra8-firmware.
#define RA8_PRIV
Module-private helper: shared across TUs but only inside one library.
ra8_err_codes_t ra8_err_t
Canonical error-return type used by every ra8-firmware API.
void priv_fmt_host_spool_close(ra8_fmt_host_spool_t *state)
Close an anonymous scratch artifact.
ra8_err_t priv_fmt_host_spool_open(const char *anchor_path, ra8_fmt_host_spool_t *state, ra8_fmt_spool_t *out)
Create an anonymous scratch file beside an anchored input path.
Caller-workspace I/O contracts for portable format-tool engines.
Caller-owned state for one unlinked scratch file.
int fd
Owned anonymous descriptor, or -1.
bool sealed
Positioned reads are now allowed.
uint64_t position
Bytes appended before sealing.
Caller-owned scratch artifact with append, seal, and read seams.