#ifndef __ASSEMBLER_H__ #define __ASSEMBLER_H__ int assembler_init(void); void assembler_flush(void); #endif