Page MenuHomePhorge

ffi.h
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
#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

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)

Event Timeline