diff options
Diffstat (limited to 'doc/ext_ffi.html')
-rw-r--r-- | doc/ext_ffi.html | 2 |
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 | |||
138 | call the binding function. Phew! | 138 | call 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> |
143 | The FFI library allows you to create and access C data | 143 | The FFI library allows you to create and access C data |
144 | structures. Of course the main use for this is for interfacing with | 144 | structures. Of course the main use for this is for interfacing with |