Hey,
I need a structure to store a string array in c, for example
Index Content
-------- -----------
0 word1
1 word2
2
3
4
5
I need a structure to store a string array in c, for example
Index Content
-------- -----------
0 word1
1 word2
2
3
4
5
Comment