fth_type_ops_t
static fth_type_ops_t *fth_type_ops; /* see forth.h */
static fth_type_ops_t fth_null_ops = {
extern fth_type_ops_t fth_enum_ops;
extern fth_type_ops_t fth_struct_ops;
fth_type_ops_t fth_enum_ops = {
fth_type_ops_t fth_struct_ops = {