tag_info
Type (Structure)
bascmd.h
,
basfunc.h
,
basop.h
,
estack.h
typedef
struct
{
unsigned
char
tag_order;
unsigned
char
tag_version;
unsigned
char
min_max_args;
/* 4 MSB for minimal number of arguments, 4 LSB for maximal number of arguments */
unsigned
char
proc_args;
void
(*
CALLBACK
tag_proc) ();
/* routine that handles the tag */
unsigned
long
tag_str;
/* Pointer to string data on AMS 1.xx, string ID suitable for XR_stringPtr on later AMS versions */
} tag_info;
Structure containing information about AMS EStack tags (
Tags
,
ExtTags
).