int read_file(const char *filename, sstr_t content)
Read the entire contents of a file into a string.
Definition io.c:6
int write_file(const char *filename, sstr_t content)
Write a string to a file, replacing any existing contents.
Definition io.c:36
sstr_t are objects that represent sequences of characters.
void * sstr_t
sstr_t are objects that represent sequences of characters.
Definition sstr.h:75