- Joined
- Sep 6, 2006
- Messages
- 1
- Reaction score
- 0
Dear friends
How do i write a small C function which accepts a comma separated string . the string could be either like ("Hi", "How", "You" ) or hi, how, are, you . nad parse it and output should be displayed like
hi
how
are
you
How to split the string on the first value and stored it in a separete string variable and display it
Thanks
Ronan
How do i write a small C function which accepts a comma separated string . the string could be either like ("Hi", "How", "You" ) or hi, how, are, you . nad parse it and output should be displayed like
hi
how
are
you
How to split the string on the first value and stored it in a separete string variable and display it
Thanks
Ronan