SYM_STR Type (Pointer)

args.h, bascmd.h, basfunc.h, basop.h, estack.h, link.h, vat.h, unknown.h

typedef CESI SYM_STR;

Represents a pointer to the terminating zero byte of a string.

The type SYM_STR is in fact the same as CESI. It represents a string created with the SYMSTR macro. This type of string is usually used in expressions on the expression stack, or in functions from vat.h or bascmd.h.