1 2 3 4 5 6 7
#ifndef __ASSEMBLER_H__ #define __ASSEMBLER_H__ int assembler_init(void); void assembler_flush(void); #endif