为了申明一个实现native(c或c++)代码的函数,你需要将其标记为external:
external fun foo(x: Int): Double
余下的程序工作方式与Java中的工作方式是一致的。