diff options
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> |