|
cheax
Lisp dialect with C API
|
Cheax external/user function expression. More...
#include <cheax.h>

Data Fields | |
| unsigned | rtflags |
| const char * | name |
| chx_func_ptr | perform |
| void * | info |
Cheax external/user function expression.
| unsigned chx_ext_func::rtflags |
| const char* chx_ext_func::name |
The function's name, used by cheax_print().
| chx_func_ptr chx_ext_func::perform |
| void* chx_ext_func::info |
Callback info to be passed upon invocation.