obj_list_t
obj_list_t *node = list;
static obj_list_t *list;
obj_list_t *node;
if ((node = malloc(sizeof (obj_list_t))) == NULL) {