c-template
|
#include <stdlib.h>
#include "../../include/utils/errors.h"
#include "../../include/utils/returns.h"
Go to the source code of this file.
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 | ) |