level_stack
_push_ls(struct level_stack *ls)
struct level_stack *new_ls;
new_ls = sort_malloc(sizeof(struct level_stack));
struct level_stack *saved_ls;
struct level_stack *saved_ls;
struct level_stack *next;
static struct level_stack *g_ls;