str_create
STR *str_create(int, const char *);
s1 = str_create(1, argv[0]);
s2 = str_create(2, argv[1]);
str = str_create(whichstring, arg);