flu_pushcclosure Subroutine

public subroutine flu_pushcclosure(L, fn, n)

Arguments

TypeIntentOptionalAttributesName
type(flu_State), value:: L
procedure(lua_Function) :: fn
integer :: n

Calls

proc~~flu_pushcclosure~~CallsGraph proc~flu_pushcclosure flu_pushcclosure interface~lua_pushcclosure lua_pushcclosure proc~flu_pushcclosure->interface~lua_pushcclosure

Called by

proc~~flu_pushcclosure~~CalledByGraph proc~flu_pushcclosure flu_pushcclosure proc~flu_register flu_register proc~flu_register->proc~flu_pushcclosure

Contents


Variables

TypeVisibilityAttributesNameInitial
integer(kind=c_int), private :: c_n
type(c_funptr), private :: c_fn