issues
search
swiftfn
/
Cpp4Susans
Tool to automatically create bindings around C++ for other languages, based on Clang/LLVM
1
stars
0
forks
source link
Swift: Add data type conversion between Swift and C
#14
Open
ngocdaothanh
opened
5 years ago
ngocdaothanh
commented
5 years ago
Function/method declaration: arg types, return type
Call C: convert from Swift to C
Return: convert from C to Swift
Convert UnsafePointer
to normal class
Convert enums