summaryrefslogtreecommitdiff
path: root/doc/ext_ffi.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ext_ffi.html')
-rw-r--r--doc/ext_ffi.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html
index f496b51b..50a44052 100644
--- a/doc/ext_ffi.html
+++ b/doc/ext_ffi.html
@@ -138,7 +138,7 @@ the proper path, add Lua code that loads the module aaaand ... finally
138call the binding function. Phew! 138call the binding function. Phew!
139</p> 139</p>
140 140
141<h2 id="call">Motivating Example: Using C Data Structures</h2> 141<h2 id="cdata">Motivating Example: Using C Data Structures</h2>
142<p> 142<p>
143The FFI library allows you to create and access C&nbsp;data 143The FFI library allows you to create and access C&nbsp;data
144structures. Of course the main use for this is for interfacing with 144structures. Of course the main use for this is for interfacing with