diff options
author | Mike Pall <mike> | 2011-05-05 16:17:57 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-05-05 16:31:13 +0200 |
commit | cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f (patch) | |
tree | ce5af91398c831e4849707b96d77545bac5fa090 /doc/ext_ffi.html | |
parent | 998061f5306e7675900230751413adfff4cc7319 (diff) | |
download | luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.tar.gz luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.tar.bz2 luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.zip |
RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7
Diffstat (limited to 'doc/ext_ffi.html')
-rw-r--r-- | doc/ext_ffi.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index 6546678e..9b59a3f6 100644 --- a/doc/ext_ffi.html +++ b/doc/ext_ffi.html | |||
@@ -84,10 +84,10 @@ code a C compiler would generate. Calls to C functions can | |||
84 | be inlined in JIT-compiled code, unlike calls to functions bound via | 84 | be inlined in JIT-compiled code, unlike calls to functions bound via |
85 | the classic Lua/C API. | 85 | the classic Lua/C API. |
86 | </p> | 86 | </p> |
87 | <p><em> | 87 | <p> |
88 | This page gives a short introduction to the usage of the FFI library. | 88 | This page gives a short introduction to the usage of the FFI library. |
89 | <em>Please use the FFI sub-topics in the navigation bar to learn more.</em> | 89 | <em>Please use the FFI sub-topics in the navigation bar to learn more.</em> |
90 | </em></p> | 90 | </p> |
91 | 91 | ||
92 | <h2 id="call">Motivating Example: Calling External C Functions</h2> | 92 | <h2 id="call">Motivating Example: Calling External C Functions</h2> |
93 | <p> | 93 | <p> |