#ifndef __SYMBOLFUNCS_H__ #define __SYMBOLFUNCS_H__ #include int PrintFunctionAddr(uintptr_t nextaddr, const char* text); // 0 if nothing was found #endif // __SYMBOLFUNCS_H__