c-template
|
Go to the source code of this file.
Data Structures | |
struct | cg_return |
allows returning both a value and error message from a function call useful as it makes it easier to provid better error message and handling similar to go More... | |
Functions | |
cg_return * | new_cg_return (void *value, cg_error *err) |
creates a new cg_return struct More... | |
void | free_cg_return (cg_return *ret) |
frees up resources associated with an instance of cg_return More... | |
void free_cg_return | ( | cg_return * | ret | ) |