#ifndef L2_GEN_H #define L2_GEN_H #include "../io.h" void l2_gen_stack_frame(struct l2_bufio_writer *writer); #endif