Home
last modified time | relevance | path

Searched refs:voidf (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lua/src/
H A Dloadlib.c74 typedef void (*voidf)(void); typedef
218 lua_CFunction f = (lua_CFunction)(voidf)GetProcAddress((HMODULE)lib, sym); in lsys_sym()