struct { int depth; int items[1]; } stack_region; typedef struct stack_region* StackRegion;