Toggle navigation
Aotus
Overview
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
luaL_loadstring
Interface
49 statements
Source File
lua_fif.f90
lua_fif
luaL_loadstring
Contents
None
interface
public function luaL_loadstring(L, string) bind(c, name="luaL_loadstring")
Arguments
Type
Intent
Optional
Attributes
Name
type(c_ptr),
value
::
L
character(kind=c_char),
dimension(*)
::
string
Return Value
integer(kind=c_int)