Searched refs:FN_PTR (Results 1 – 1 of 1) sorted by relevance
39 typedef void (*FN_PTR)(void); typedef46 static FN_PTR loadLibrary(const char* lib) { in loadLibrary()56 FN_PTR startFunc = (FN_PTR)dlsym(handle, "start"); in loadLibrary()148 FN_PTR startFunc = nullptr; in main()