STRING* mystrings[2];

str_cpy(mystrings[0], "some string");

This should work;