Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4424814
ffi.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
ffi.h
View Options
#ifndef ANT_FFI_H
#define ANT_FFI_H
#include
"types.h"
ant_value_t
ffi_library
(
ant_t
*
js
);
ant_value_t
ffi_library_close
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
ffi_library_define
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
ffi_library_call
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
ffi_pointer_address
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
ffi_pointer_is_null
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
ffi_pointer_read
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
ffi_pointer_write
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
ffi_pointer_offset
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
ffi_pointer_free
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
ffi_callback_address
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
ffi_callback_close
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
ffi_function_address
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
ant_value_t
ffi_function_call
(
ant_t
*
js
,
ant_value_t
*
args
,
int
nargs
);
void
ffi_library_finalize
(
ant_t
*
js
,
ant_object_t
*
obj
);
void
ffi_function_finalize
(
ant_t
*
js
,
ant_object_t
*
obj
);
void
ffi_pointer_finalize
(
ant_t
*
js
,
ant_object_t
*
obj
);
void
ffi_callback_finalize
(
ant_t
*
js
,
ant_object_t
*
obj
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, May 2, 2:11 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
542364
Default Alt Text
ffi.h (1 KB)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment