Karl Strecker

Results 1 issues of Karl Strecker

This simple example _model XYZ export pt using Plots Base.@ccallable function pt()::Cvoid x=range(1,10,100) plot(x,x) end end # module XYZ_ running within the c-app _#include #include "~/XYZLib/include/julia_init.h" #include "~/XYZLib/include/XYZ.h" int main(int...