我有一個C API,我正嘗試通過JNA API在Clojure中使用。 ... typedef struct { int foo; int bar; double baz; } MyStruct; MyStruct createStruct() ...
確定! 回上一頁