I am trying to write a program that will return to main the number of token found in any c statement.
we have 6 or 7 tokens in c such as
character, single punctuation. double punct, word, string, a number ect....
the statement are inserted into a link list or an array
thank