Top "N-ary-tree" questions

N-ary trees in C

Which would be a neat implemenation of a N-ary tree in C language? Particulary, I want to implement an n-ary …

c struct n-ary-tree abstract-data-type