lua_pushcclosure Interface

interface


Called by

interface~~lua_pushcclosure~~CalledByGraph interface~lua_pushcclosure lua_pushcclosure proc~flu_pushcclosure flu_pushcclosure proc~flu_pushcclosure->interface~lua_pushcclosure proc~flu_register flu_register proc~flu_register->proc~flu_pushcclosure

public subroutine lua_pushcclosure(L, c_fn, n) bind(c, name="lua_pushcclosure")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), value :: L
type(c_funptr), value :: c_fn
integer(kind=c_int), value :: n