Stritem
typedef struct Stritem Stritem;
static Stritem *list = NULL;
prepend_str(Stritem **list, const char *str)
Stritem *new;
if (!(new = calloc(1, sizeof (Stritem)))) {
Stritem *cur;
Stritem *cur;
typedef struct Stritem Stritem;
static Stritem *list = NULL;
prepend_str(Stritem **list, const char *str)
Stritem *new;
if (!(new = calloc(1, sizeof (Stritem)))) {