AbhimanyuAryan / ccallex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile into a shared library

gcc -shared -o libexample.so example.c

Signature of CCALL

ccall((:function_name, "library_name"), return_type, (arg1_type, arg2_type,...), arg1, arg2, ...)
  • arg*_type -> tuple specifying type of argument that a function takes
  • arg* -> actual function arguments

About


Languages

Language:Julia 58.4%Language:C 41.6%