CESI_Callback_t Type (Pointer)

estack.h

typedef CALLBACK unsigned short (*CESI_Callback_t) (CESI);

Represents a pointer to a CESI callback function.

CESI_Callback_t is a pointer to a function taking a CESI (expression stack index with constant data) as a parameter and returning an integer. It is used in all_tail and any_tail.