so how would my function look?
Code:
   char* Enumerate(char* value)
{....}
how would i create an array of C strings though?

Code:
char *buf[]; <-- ??wrong rite?
thanks for helping