From cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Thu, 5 May 2011 16:17:57 +0200 Subject: RELEASE LuaJIT-2.0.0-beta7 --- doc/ext_ffi.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ext_ffi.html') 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 be inlined in JIT-compiled code, unlike calls to functions bound via the classic Lua/C API.

-

+

This page gives a short introduction to the usage of the FFI library. Please use the FFI sub-topics in the navigation bar to learn more. -

+

Motivating Example: Calling External C Functions

-- cgit v1.2.3-55-g6feb