카테고리 없음

What’s dart:ffI?

nith_apple 2021. 2. 12. 01:37
반응형

What's dart:ffI

 

FFI

mean foreign function interface, which is a mechanism by which a program written one programming language can call routines or make use of services written another programming language.

 

Dart:ffi it's the implementation of a foreign function interface , which allow a program written in dart to call routines or make use of services written in C (or C++ if and only it exposes a C compatible interface).

 

반응형