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