Searched defs:node_t (Results 1 – 3 of 3) sorted by relevance
16 typedef struct node_t struct19 struct node_t *llink, *rlink; argument
18 typedef struct node_t { struct20 struct node_t *left, *right; argument
27 } node_t; typedef