#ifndef NQ_NQASM_H #define NQ_NQASM_H struct instruction { int mnem; }; void add_instruction(const struct instruction *); #endif