1 2 3 4 5 6 7 8
#ifndef NB_DEBUG_H #define NB_DEBUG_H void nb_dump_value(); void nb_dump_code(); #endif