1 2 3 #ifndef STW_NOPFUNCS_H 4 #define STW_NOPFUNCS_H 5 6 7 PROC 8 stw_get_nop_function(const char *name); 9 10 11 #endif /* STW_NOPFUNCS_H */ 12