Skip to content

Commit

Permalink
Merge pull request #6729 from porterjamesj/patch-1
Browse files Browse the repository at this point in the history
fix minor typo in C calling docs
  • Loading branch information
JeffBezanson committed May 3, 2014
2 parents 64c98ba + 77c354a commit ff015b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/calling-c-and-fortran-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and efficient to call C and Fortran functions. Julia has a "no
boilerplate" philosophy: functions can be called directly from Julia
without any "glue" code, code generation, or compilation — even from the
interactive prompt. This is accomplished just by making an appropriate call
with ``call`` syntax, which looks like an ordinary function call.
with ``ccall`` syntax, which looks like an ordinary function call.

The code to be called must be available as a shared library. Most C and
Fortran libraries ship compiled as shared libraries already, but if you
Expand Down

0 comments on commit ff015b6

Please sign in to comment.