cheax
Lisp dialect with C API
chx_ext_func Struct Reference

Cheax external/user function expression. More...

#include <cheax.h>

Collaboration diagram for chx_ext_func:

Data Fields

unsigned rtflags
 
const char * name
 
chx_func_ptr perform
 
void * info
 

Detailed Description

Cheax external/user function expression.

See also
cheax_defun(), CHEAX_EXT_FUNC, chx_func_ptr

Field Documentation

◆ rtflags

unsigned chx_ext_func::rtflags

◆ name

const char* chx_ext_func::name

The function's name, used by cheax_print().

◆ perform

chx_func_ptr chx_ext_func::perform

◆ info

void* chx_ext_func::info

Callback info to be passed upon invocation.


The documentation for this struct was generated from the following file: