Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > a74ec78bdb789d910d054e3918f3f007 > files > 580

libsword1-devel-1.5.5-2mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>utilconf.cpp Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.15 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
<hr><h1>utilconf.cpp</h1><div class="fragment"><pre>00001 <font class="preprocessor">#include &lt;string.h&gt;</font>
00002 <font class="preprocessor">#include &lt;utilstr.h&gt;</font>
00003 
00004 
00005 <font class="comment">/******************************************************************************</font>
00006 <font class="comment"> * getconfent - Get the value of an entry in a configuration file</font>
00007 <font class="comment"> *</font>
00008 <font class="comment"> * ENT: filename        - File name in which to look for entry</font>
00009 <font class="comment"> *              entryname       - Entry of which to obtain value</font>
00010 <font class="comment"> *              buf             - Buffer to store entry value</font>
00011 <font class="comment"> *              len             - Maximum length to write into buffer</font>
00012 <font class="comment"> *</font>
00013 <font class="comment"> * RET: error status</font>
00014 <font class="comment"> */</font>
00015 
00016 <font class="keywordtype">char</font> getconfent(<font class="keywordtype">char</font> *filename, <font class="keywordtype">char</font> *entryname, <font class="keywordtype">char</font> *buf, <font class="keywordtype">int</font> len)
00017 {
00018         <font class="keywordflow">return</font> 0;
00019 }
</pre></div><hr><address align="right"><small>Generated on Thu Jun 20 22:13:01 2002 for The Sword Project by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.15 </small></address>
</body>
</html>