summaryrefslogtreecommitdiff
path: root/doc/libunistring_4.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libunistring_4.html')
-rw-r--r--doc/libunistring_4.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/libunistring_4.html b/doc/libunistring_4.html
index 10d8a42..b00d3a6 100644
--- a/doc/libunistring_4.html
+++ b/doc/libunistring_4.html
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
<html>
-<!-- Created on August, 17 2009 by texi2html 1.78a -->
+<!-- Created on March, 30 2010 by texi2html 1.78a -->
<!--
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
Karl Berry <karl@freefriends.org>
@@ -567,8 +567,11 @@ that it operates on Unicode strings.
<dt><u>Function:</u> uint32_t * <b>u32_stpncpy</b><i> (uint32_t *<var>dest</var>, const uint32_t *<var>src</var>, size_t <var>n</var>)</i>
<a name="IDX103"></a>
</dt>
-<dd><p>Copies no more than <var>n</var> units of <var>src</var> to <var>dest</var>, returning the
-address of the last unit written into <var>dest</var>.
+<dd><p>Copies no more than <var>n</var> units of <var>src</var> to <var>dest</var>. Returns a
+pointer past the last non-NUL unit written into <var>dest</var>. In other words,
+if the units written into <var>dest</var> include a NUL, the return value is the
+address of the first such NUL unit, otherwise it is
+<code><var>dest</var> + <var>n</var></code>.
</p>
<p>This function is similar to <a href="http://www.opengroup.org/onlinepubs/9699919799/functions/stpncpy.html"><code>stpncpy</code></a>, except that it operates on
Unicode strings.
@@ -855,7 +858,7 @@ that it operates on Unicode strings. Its interface is actually more similar to
</tr></table>
<p>
<font size="-1">
- This document was generated by <em>Bruno Haible</em> on <em>August, 17 2009</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.78a</em></a>.
+ This document was generated by <em>Bruno Haible</em> on <em>March, 30 2010</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.78a</em></a>.
</font>
<br>