This is my tree struct :
typedef struct quad { struct quad *child[4]; char *names; } quad;
and I need to build it then print it