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

 Value/Range        Meaning
 RETVNULLPTR -1         One or both of the provided string arguments contained a null pointer.
-RETVNOTFOUND -4     The beginning of the master string does not match the provided substring.
+RETVNOTFOUND -8     The beginning of the master string does not match the provided substring.
 NON NEGATIVE       The number of characters matched by the substring. Note that an empty substring matches zero characters.

 Description
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Sun, 05 May 2013 20:31:57 -0000</pubDate><guid>https://sourceforge.net18d9cca56e50d6e36e650f99355c548652cd7b97</guid></item><item><title>strbegins modified by Mark Hobley</title><link>https://sourceforge.net/p/stringlib/wiki/strbegins/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -10,9 +10,10 @@

 Return values

-Value/Range    Meaning
--1         One or both of the provided string arguments contained a null pointer
-NON NEGATIVE   The number of characters matched by the substring. Note that an empty substring matches zero characters.
+Value/Range        Meaning
+RETVNULLPTR -1         One or both of the provided string arguments contained a null pointer.
+RETVNOTFOUND -4     The beginning of the master string does not match the provided substring.
+NON NEGATIVE       The number of characters matched by the substring. Note that an empty substring matches zero characters.

 Description

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Sun, 05 May 2013 17:09:09 -0000</pubDate><guid>https://sourceforge.netc364c1a3ec4bf8a08b5616d44aed8bfcb4880d8c</guid></item><item><title>strbegins modified by Mark Hobley</title><link>https://sourceforge.net/p/stringlib/wiki/strbegins/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Function:   strbegins&lt;br /&gt;
Library:    stringlib&lt;br /&gt;
Prototype:  int strbegins(char &lt;em&gt;strarg, char &lt;/em&gt;strsrc)&lt;/p&gt;
&lt;p&gt;Parameters&lt;/p&gt;
&lt;p&gt;Parameter   Type    Description&lt;br /&gt;
strarg      char *  Pointer to comparison substring&lt;br /&gt;
strsrc      char *  Pointer to master string&lt;/p&gt;
&lt;p&gt;Return values&lt;/p&gt;
&lt;p&gt;Value/Range Meaning&lt;br /&gt;
-1          One or both of the provided string arguments contained a null pointer&lt;br /&gt;
NON NEGATIVE    The number of characters matched by the substring. Note that an empty substring matches zero characters.&lt;/p&gt;
&lt;p&gt;Description&lt;/p&gt;
&lt;p&gt;The strbegins function returns a non negative value if the master string begins with the provided substring.&lt;/p&gt;
&lt;p&gt;Filenames:  strbegins.c&lt;br /&gt;
Include files:  ascnames.h, logicals.h, stringlib.h&lt;br /&gt;
Dependencies:   mheaders&lt;/p&gt;
&lt;p&gt;Developer Information&lt;/p&gt;
&lt;p&gt;Proposer:           Mark Hobley&lt;br /&gt;
Lead programmer:    Mark Hobley&lt;br /&gt;
Documentation by: &lt;br /&gt;
Manual page by:&lt;/p&gt;
&lt;p&gt;Test Status&lt;/p&gt;
&lt;p&gt;Lead test planner:&lt;br /&gt;
Lead test developer:&lt;br /&gt;
Test sign off:&lt;br /&gt;
Test plan:          PENDING&lt;br /&gt;
Test programs:&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Hobley</dc:creator><pubDate>Sun, 05 May 2013 16:48:01 -0000</pubDate><guid>https://sourceforge.net0b3c4dc970f8b98b16c0c05b109af69f70e22889</guid></item></channel></rss>