<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to strbeginsfield</title><link>https://sourceforge.net/p/stringlib/wiki/strbeginsfield/</link><description>Recent changes to strbeginsfield</description><atom:link href="https://sourceforge.net/p/stringlib/wiki/strbeginsfield/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 06 May 2013 08:22:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/stringlib/wiki/strbeginsfield/feed" rel="self" type="application/rss+xml"/><item><title>strbeginsfield modified by Mark Hobley</title><link>https://sourceforge.net/p/stringlib/wiki/strbeginsfield/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Function:   strbeginsfield&lt;br /&gt;
Library:    stringlib&lt;br /&gt;
Prototype:  int strbeginsfield(char &lt;em&gt;strarg, char fs, 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;br /&gt;
fs          char    field separator&lt;/p&gt;
&lt;p&gt;Return values&lt;/p&gt;
&lt;p&gt;Value/Range         Meaning&lt;br /&gt;
RETVNULLPTR -1      One or both of the provided string arguments contained a null pointer&lt;br /&gt;
RETVNOTFOUND    -8  The beginning of the master string does not match the provided substring.&lt;br /&gt;
NON NEGATIVE            The number of characters matched by the substring. Note that an empty substring matches an empty field.&lt;/p&gt;
&lt;p&gt;Description&lt;/p&gt;
&lt;p&gt;The strbeginsfieldfunction returns a non negative value if the comparison string matches the first field in the master string. This function is lettercase sensitive.&lt;/p&gt;
&lt;p&gt;Filenames:  strbeginsfield.c&lt;br /&gt;
Include files:  ascnames.h, logicals.h, stringlib.h, retvals.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>Mon, 06 May 2013 08:22:21 -0000</pubDate><guid>https://sourceforge.net3821275a5c1e48cb0810d1fd2465a6a0ee0fdef8</guid></item></channel></rss>