<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to strz</title><link>https://sourceforge.net/p/stringlib/wiki/strz/</link><description>Recent changes to strz</description><atom:link href="https://sourceforge.net/p/stringlib/wiki/strz/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 04 May 2013 10:38:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/stringlib/wiki/strz/feed" rel="self" type="application/rss+xml"/><item><title>strz modified by Mark Hobley</title><link>https://sourceforge.net/p/stringlib/wiki/strz/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -12,3 +12,7 @@
 }

 The first strz element within the list is numbered 1, so getstrzaddr(3, fruits[]) should return the address of cherry from the above list.
+
+=== Return values from strz functions ===
+
+* -1 The provided strz address is a [nullpointer]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Sat, 04 May 2013 10:38:06 -0000</pubDate><guid>https://sourceforge.net1cbc58b056316a67d3cf874b0bc5ae4ed3dc314c</guid></item><item><title>strz modified by Mark Hobley</title><link>https://sourceforge.net/p/stringlib/wiki/strz/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -11,3 +11,4 @@
   "\0"    /* This last element marks the end of the list */
 }

+The first strz element within the list is numbered 1, so getstrzaddr(3, fruits[]) should return the address of cherry from the above list.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Mon, 29 Apr 2013 20:09:40 -0000</pubDate><guid>https://sourceforge.net88c8b227764dbd62f3ca9108da0756e2fddcb563</guid></item><item><title>strz modified by Mark Hobley</title><link>https://sourceforge.net/p/stringlib/wiki/strz/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The strz handlers are designed for processing and extracting information from set of asciiz strings stored as a block within memory.&lt;/p&gt;
&lt;p&gt;=== Example strz list ===&lt;/p&gt;
&lt;p&gt;Here is an example of an strz list definition:&lt;/p&gt;
&lt;p&gt;char fruits[] {&lt;br /&gt;
  "apple\0"&lt;br /&gt;
  "banana\0"&lt;br /&gt;
  "cherry\0"&lt;br /&gt;
  "\0"    /&lt;em&gt; This last element marks the end of the list &lt;/em&gt;/&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Mon, 29 Apr 2013 19:34:44 -0000</pubDate><guid>https://sourceforge.net52ec776803e4176c8b5ee79f2854c24b411ea570</guid></item></channel></rss>