Searched refs:fntype (Results 1 – 1 of 1) sorted by relevance
10 typedef int (*fntype)(const char *); typedef19 fntype fn = NULL; in main()49 fn = (fntype) SDL_LoadFunction(lib, symname); in main()