diff options
| author | Mike Pall <mike> | 2011-02-11 13:50:01 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2011-02-11 14:51:20 +0100 |
| commit | 1f0006ac71fd4eb308ab900b0b9917e1dd046680 (patch) | |
| tree | 93a6e6435ef45c776c28da2d3f4c8330e0e72968 /doc/ext_ffi_api.html | |
| parent | a5aade2fa9ff89f9f3c4a91261071299de0d0fa4 (diff) | |
| download | luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.tar.gz luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.tar.bz2 luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.zip | |
Cleanup of docs.
Diffstat (limited to 'doc/ext_ffi_api.html')
| -rw-r--r-- | doc/ext_ffi_api.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index 9bedd52e..b8c52fb6 100644 --- a/doc/ext_ffi_api.html +++ b/doc/ext_ffi_api.html | |||
| @@ -316,7 +316,7 @@ bytes of the string <em>plus a zero-terminator</em> are copied to | |||
| 316 | </p> | 316 | </p> |
| 317 | <p> | 317 | <p> |
| 318 | Performance notice: <tt>ffi.copy()</tt> may be used as a faster | 318 | Performance notice: <tt>ffi.copy()</tt> may be used as a faster |
| 319 | (inlineable) replacement for the C library functions | 319 | (inlinable) replacement for the C library functions |
| 320 | <tt>memcpy()</tt>, <tt>strcpy()</tt> and <tt>strncpy()</tt>. | 320 | <tt>memcpy()</tt>, <tt>strcpy()</tt> and <tt>strncpy()</tt>. |
| 321 | </p> | 321 | </p> |
| 322 | 322 | ||
| @@ -328,7 +328,7 @@ zero-filled. | |||
| 328 | </p> | 328 | </p> |
| 329 | <p> | 329 | <p> |
| 330 | Performance notice: <tt>ffi.fill()</tt> may be used as a faster | 330 | Performance notice: <tt>ffi.fill()</tt> may be used as a faster |
| 331 | (inlineable) replacement for the C library function | 331 | (inlinable) replacement for the C library function |
| 332 | <tt>memset(dst, c, len)</tt>. Please note the different | 332 | <tt>memset(dst, c, len)</tt>. Please note the different |
| 333 | order of arguments! | 333 | order of arguments! |
| 334 | </p> | 334 | </p> |
