38 typedef const char* lumiera_err;
42 lumiera_error_get (
void);
void * lumiera_tmpbuf_provide(size_t size)
Query a thread local tmpbuf.
int main(int argc, const char *argv[])
run all tests or any single test specified in the first command line argument.
Round robin temporary buffers.
void lumiera_tmpbuf_freeall(void)
free all buffers associated with this thread.
Holding error and some context data.
lumiera_err lumiera_error_set(lumiera_err, const char *)
Set error state for the current thread.
lumiera_err lumiera_error(void)
Get and clear current error state.
char * lumiera_tmpbuf_snprintf(size_t size, const char *fmt,...)
Construct a string in a tmpbuf.