node
node(int type, NODE *left, NODE *right)
struct node {
struct node {
node(ses_node_t *np, void *arg)
struct node
typedef struct node { /* Part of the linked list of entries */
typedef struct node { void *key; struct node *llink, *rlink; } NODE;
typedef struct node { char *key; struct node *llink, *rlink; } NODE;
typedef struct node {
struct node { char *key; struct node *llink, *rlink; };
struct node {
typedef struct node {