sgs_(Err)Writef [function]
void sgs_Writef( sgs_Context* C, const char* what, ... )
void sgs_ErrWritef( sgs_Context* C, const char* what, ... )
Passes the arguments through a `vsprintf`-like function to expand the data and passes it to the specified output function.
printf
rules apply here.