c-template
|
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...
#include <returns.h>
Data Fields | |
void * | value |
cg_error * | err |
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