We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9f236 commit b66e191Copy full SHA for b66e191
README.md
@@ -54,7 +54,7 @@ julia> f(1) # Gives the expected answer in regular julia
54
55
julia> dlopen(compile_shlib(f, (Int,), "./")) do lib
56
fptr = dlsym(lib, "f")
57
- # Now use the compiled version where + is replaced with -
+ # Now use the compiled version where g(x) = 2x is replaced with g(x) = x - 10
58
@ccall $fptr(1::Int)::Int
59
end
60
-8
0 commit comments