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.
at-ccall
1 parent d81f044 commit b7af3a1Copy full SHA for b7af3a1
base/c.jl
@@ -681,7 +681,7 @@ with a Julia variable named `s`. See also `ccall`.
681
682
Varargs are supported with the following convention:
683
684
- @ccall sprintf("%s = %d"::Cstring ; "foo"::Cstring, foo::Cint)::Cint
+ @ccall printf("%s = %d"::Cstring ; "foo"::Cstring, foo::Cint)::Cint
685
686
The semicolon is used to separate required arguments (of which there
687
must be at least one) from variadic arguments.
doc/src/base/c.md
@@ -1,6 +1,7 @@
1
# C Interface
2
3
```@docs
4
+@ccall
5
ccall
6
Core.Intrinsics.cglobal
7
Base.@cfunction
0 commit comments