class lime.system.CFFI
Class Fields
static function load(library:String, method:String, ?args:Int, ?lazy:Bool): Dynamic
Tries to load a native CFFI primitive on compatible platforms
| library | The name of the native library (such as "lime") |
| method | The exported primitive method name |
| args | The number of arguments |
| lazy | Whether to load the symbol immediately, or to allow lazy loading |
| returns | The loaded method |