summaryrefslogtreecommitdiff
path: root/doc/ext_ffi_api.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ext_ffi_api.html')
-rw-r--r--doc/ext_ffi_api.html4
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>
318Performance notice: <tt>ffi.copy()</tt> may be used as a faster 318Performance notice: <tt>ffi.copy()</tt> may be used as a faster
319(inlineable) replacement for the C&nbsp;library functions 319(inlinable) replacement for the C&nbsp;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>
330Performance notice: <tt>ffi.fill()</tt> may be used as a faster 330Performance notice: <tt>ffi.fill()</tt> may be used as a faster
331(inlineable) replacement for the C&nbsp;library function 331(inlinable) replacement for the C&nbsp;library function
332<tt>memset(dst,&nbsp;c,&nbsp;len)</tt>. Please note the different 332<tt>memset(dst,&nbsp;c,&nbsp;len)</tt>. Please note the different
333order of arguments! 333order of arguments!
334</p> 334</p>