TextToInteger function

  1. @Native<Int Function(Pointer<Char>)>(ffi.Pointer<ffi.Char>)>()
int TextToInteger(
  1. Pointer<Char> text
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Char>)>()
external int TextToInteger(ffi.Pointer<ffi.Char> text);