Show
Ignore:
Timestamp:
10/15/09 00:10:19 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/dirent_8h_source.html

    r656 r661  
    6565    </ul> 
    6666  </div> 
    67 <h1>dirent.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef DIRENT_INCLUDED</span> 
     67<h1>dirent.h</h1><a href="dirent_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef DIRENT_INCLUDED</span> 
    6868<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define DIRENT_INCLUDED</span> 
    6969<a name="l00003"></a>00003 <span class="preprocessor"></span> 
    70 <a name="l00004"></a>00004 <span class="comment">/*</span> 
    71 <a name="l00005"></a>00005 <span class="comment"></span> 
    72 <a name="l00006"></a>00006 <span class="comment">    Declaration of POSIX directory browsing functions and types for Win32.</span> 
    73 <a name="l00007"></a>00007 <span class="comment"></span> 
    74 <a name="l00008"></a>00008 <span class="comment">    Author:  Kevlin Henney (kevlin@acm.org, kevlin@curbralan.com)</span> 
    75 <a name="l00009"></a>00009 <span class="comment">    History: Created March 1997. Updated June 2003.</span> 
    76 <a name="l00010"></a>00010 <span class="comment">    Rights:  See end of file.</span> 
    77 <a name="l00011"></a>00011 <span class="comment"></span> 
    78 <a name="l00012"></a>00012 <span class="comment">*/</span> 
    79 <a name="l00013"></a>00013  
    8070<a name="l00014"></a>00014 <span class="preprocessor">#ifdef __cplusplus</span> 
    8171<a name="l00015"></a>00015 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> { 
    8272<a name="l00016"></a>00016 <span class="preprocessor">#endif</span> 
    8373<a name="l00017"></a>00017 <span class="preprocessor"></span> 
    84 <a name="l00018"></a>00018         <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structDIR.html">DIR</a> <a class="code" href="structDIR.html">DIR</a>; 
    85 <a name="l00019"></a>00019  
    86 <a name="l00020"></a><a class="code" href="structdirent.html">00020</a>         <span class="keyword">struct </span><a class="code" href="structdirent.html">dirent</a> { 
    87 <a name="l00021"></a>00021                 <span class="keywordtype">char</span> *d_name; 
    88 <a name="l00022"></a>00022         }; 
    89 <a name="l00023"></a>00023  
    90 <a name="l00024"></a>00024         <a class="code" href="structDIR.html">DIR</a>           *opendir ( <span class="keyword">const</span> <span class="keywordtype">char</span> * ); 
    91 <a name="l00025"></a>00025         <span class="keywordtype">int</span>           closedir ( <a class="code" href="structDIR.html">DIR</a> * ); 
    92 <a name="l00026"></a>00026         <span class="keyword">struct </span><a class="code" href="structdirent.html">dirent</a> *readdir ( <a class="code" href="structDIR.html">DIR</a> * ); 
    93 <a name="l00027"></a>00027         <span class="keywordtype">void</span>          rewinddir ( <a class="code" href="structDIR.html">DIR</a> * ); 
    94 <a name="l00028"></a>00028  
    95 <a name="l00029"></a>00029         <span class="comment">/*</span> 
    96 <a name="l00030"></a>00030 <span class="comment"></span> 
    97 <a name="l00031"></a>00031 <span class="comment">            Copyright Kevlin Henney, 1997, 2003. All rights reserved.</span> 
    98 <a name="l00032"></a>00032 <span class="comment"></span> 
    99 <a name="l00033"></a>00033 <span class="comment">            Permission to use, copy, modify, and distribute this software and its</span> 
    100 <a name="l00034"></a>00034 <span class="comment">            documentation for any purpose is hereby granted without fee, provided</span> 
    101 <a name="l00035"></a>00035 <span class="comment">            that this copyright and permissions notice appear in all copies and</span> 
    102 <a name="l00036"></a>00036 <span class="comment">            derivatives.</span> 
    103 <a name="l00037"></a>00037 <span class="comment"></span> 
    104 <a name="l00038"></a>00038 <span class="comment">            This software is supplied &quot;as is&quot; without express or implied warranty.</span> 
    105 <a name="l00039"></a>00039 <span class="comment"></span> 
    106 <a name="l00040"></a>00040 <span class="comment">            But that said, if there are any problems please get in touch.</span> 
    107 <a name="l00041"></a>00041 <span class="comment"></span> 
    108 <a name="l00042"></a>00042 <span class="comment">        */</span> 
    109 <a name="l00043"></a>00043  
    110 <a name="l00044"></a>00044 <span class="preprocessor">#ifdef __cplusplus</span> 
    111 <a name="l00045"></a>00045 <span class="preprocessor"></span>} 
    112 <a name="l00046"></a>00046 <span class="preprocessor">#endif</span> 
    113 <a name="l00047"></a>00047 <span class="preprocessor"></span> 
    114 <a name="l00048"></a>00048 <span class="preprocessor">#endif</span> 
     74<a name="l00019"></a><a class="code" href="dirent_8h.html#a805632179a707f8794b35f089c940cb3">00019</a>         <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structDIR.html" title="directory info">DIR</a> <a class="code" href="structDIR.html" title="directory info">DIR</a>; 
     75<a name="l00020"></a>00020  
     76<a name="l00022"></a><a class="code" href="structdirent.html">00022</a>         <span class="keyword">struct </span><a class="code" href="structdirent.html" title="dirent">dirent</a> { 
     77<a name="l00023"></a>00023                 <span class="keywordtype">char</span> *d_name; 
     78<a name="l00024"></a>00024         }; 
     79<a name="l00025"></a>00025  
     80<a name="l00027"></a>00027         <a class="code" href="structDIR.html" title="directory info">DIR</a>           *opendir ( <span class="keyword">const</span> <span class="keywordtype">char</span> * ); 
     81<a name="l00029"></a>00029         <span class="keywordtype">int</span>           closedir ( <a class="code" href="structDIR.html" title="directory info">DIR</a> * ); 
     82<a name="l00031"></a>00031         <span class="keyword">struct </span><a class="code" href="structdirent.html" title="dirent">dirent</a> *readdir ( <a class="code" href="structDIR.html" title="directory info">DIR</a> * ); 
     83<a name="l00033"></a>00033         <span class="keywordtype">void</span>          rewinddir ( <a class="code" href="structDIR.html" title="directory info">DIR</a> * ); 
     84<a name="l00034"></a>00034  
     85<a name="l00035"></a>00035         <span class="comment">/*</span> 
     86<a name="l00036"></a>00036 <span class="comment"></span> 
     87<a name="l00037"></a>00037 <span class="comment">            Copyright Kevlin Henney, 1997, 2003. All rights reserved.</span> 
     88<a name="l00038"></a>00038 <span class="comment"></span> 
     89<a name="l00039"></a>00039 <span class="comment">            Permission to use, copy, modify, and distribute this software and its</span> 
     90<a name="l00040"></a>00040 <span class="comment">            documentation for any purpose is hereby granted without fee, provided</span> 
     91<a name="l00041"></a>00041 <span class="comment">            that this copyright and permissions notice appear in all copies and</span> 
     92<a name="l00042"></a>00042 <span class="comment">            derivatives.</span> 
     93<a name="l00043"></a>00043 <span class="comment"></span> 
     94<a name="l00044"></a>00044 <span class="comment">            This software is supplied &quot;as is&quot; without express or implied warranty.</span> 
     95<a name="l00045"></a>00045 <span class="comment"></span> 
     96<a name="l00046"></a>00046 <span class="comment">            But that said, if there are any problems please get in touch.</span> 
     97<a name="l00047"></a>00047 <span class="comment"></span> 
     98<a name="l00048"></a>00048 <span class="comment">        */</span> 
     99<a name="l00049"></a>00049  
     100<a name="l00050"></a>00050 <span class="preprocessor">#ifdef __cplusplus</span> 
     101<a name="l00051"></a>00051 <span class="preprocessor"></span>} 
     102<a name="l00052"></a>00052 <span class="preprocessor">#endif</span> 
     103<a name="l00053"></a>00053 <span class="preprocessor"></span> 
     104<a name="l00054"></a>00054 <span class="preprocessor">#endif</span> 
    115105</pre></div></div> 
    116 <hr size="1"/><address style="text-align: right;"><small>Generated on Mon Oct 12 19:37:19 2009 for mixpp by&nbsp; 
     106<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Oct 14 21:04:16 2009 for mixpp by&nbsp; 
    117107<a href="http://www.doxygen.org/index.html"> 
    118108<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>