ucx/string.h

changeset 314
8722a668fb2a
parent 255
bf19378aed58
--- a/ucx/string.h	Fri Sep 22 20:19:00 2017 +0200
+++ b/ucx/string.h	Fri Sep 22 20:42:33 2017 +0200
@@ -260,6 +260,9 @@
  * 
  * If the string ends with the delimiter and the maximum list size is not
  * exceeded, the last array item will be an empty string.
+ * In case the list size would be exceeded, the last array item will be the
+ * remaining string after the last split, <i>including</i> the terminating
+ * delimiter.
  * 
  * <b>Attention:</b> The array pointer <b>AND</b> all sstr_t.ptr of the array
  * items must be manually passed to <code>free()</code>. Use sstrsplit_a() with

mercurial