tablenode
new = MALLOC(tablenode);
typedef struct tablenode *tablelist;
typedef struct tablenode tablenode;