How can I define a tree as primitive data type in C?
I wanna make it (tree structure) primitive to call it like "int , char" everywhere is needed.
I\