Show
Ignore:
Timestamp:
08/30/09 22:13:15 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

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

    r472 r591  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     2<html xmlns="http://www.w3.org/1999/xhtml"> 
     3<head> 
     4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 
    35<title>mixpp: dirent.h Source File</title> 
    4 <link href="tabs.css" rel="stylesheet" type="text/css"> 
    5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 
    6 </head><body> 
    7 <!-- Generated by Doxygen 1.5.9 --> 
     6<link href="tabs.css" rel="stylesheet" type="text/css"/> 
     7<link href="doxygen.css" rel="stylesheet" type="text/css"/> 
     8</head> 
     9<body> 
     10<!-- Generated by Doxygen 1.6.1 --> 
    811<script type="text/javascript"> 
    912<!-- 
     
    7275<a name="l00009"></a>00009 <span class="comment">    History: Created March 1997. Updated June 2003.</span> 
    7376<a name="l00010"></a>00010 <span class="comment">    Rights:  See end of file.</span> 
    74 <a name="l00011"></a>00011 <span class="comment">    </span> 
     77<a name="l00011"></a>00011 <span class="comment"></span> 
    7578<a name="l00012"></a>00012 <span class="comment">*/</span> 
    7679<a name="l00013"></a>00013  
    7780<a name="l00014"></a>00014 <span class="preprocessor">#ifdef __cplusplus</span> 
    78 <a name="l00015"></a>00015 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> 
    79 <a name="l00016"></a>00016 { 
    80 <a name="l00017"></a>00017 <span class="preprocessor">#endif</span> 
    81 <a name="l00018"></a>00018 <span class="preprocessor"></span> 
    82 <a name="l00019"></a>00019 <span class="keyword">typedef</span> <span class="keyword">struct </span>DIR DIR; 
    83 <a name="l00020"></a>00020  
    84 <a name="l00021"></a>00021 <span class="keyword">struct </span>dirent 
    85 <a name="l00022"></a>00022 { 
    86 <a name="l00023"></a>00023     <span class="keywordtype">char</span> *d_name; 
    87 <a name="l00024"></a>00024 }; 
    88 <a name="l00025"></a>00025  
    89 <a name="l00026"></a>00026 DIR           *opendir(<span class="keyword">const</span> <span class="keywordtype">char</span> *); 
    90 <a name="l00027"></a>00027 <span class="keywordtype">int</span>           closedir(DIR *); 
    91 <a name="l00028"></a>00028 <span class="keyword">struct </span>dirent *readdir(DIR *); 
    92 <a name="l00029"></a>00029 <span class="keywordtype">void</span>          rewinddir(DIR *); 
    93 <a name="l00030"></a>00030  
    94 <a name="l00031"></a>00031 <span class="comment">/*</span> 
     81<a name="l00015"></a>00015 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> { 
     82<a name="l00016"></a>00016 <span class="preprocessor">#endif</span> 
     83<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> 
    9598<a name="l00032"></a>00032 <span class="comment"></span> 
    96 <a name="l00033"></a>00033 <span class="comment">    Copyright Kevlin Henney, 1997, 2003. All rights reserved.</span> 
    97 <a name="l00034"></a>00034 <span class="comment"></span> 
    98 <a name="l00035"></a>00035 <span class="comment">    Permission to use, copy, modify, and distribute this software and its</span> 
    99 <a name="l00036"></a>00036 <span class="comment">    documentation for any purpose is hereby granted without fee, provided</span> 
    100 <a name="l00037"></a>00037 <span class="comment">    that this copyright and permissions notice appear in all copies and</span> 
    101 <a name="l00038"></a>00038 <span class="comment">    derivatives.</span> 
    102 <a name="l00039"></a>00039 <span class="comment">    </span> 
    103 <a name="l00040"></a>00040 <span class="comment">    This software is supplied "as is" without express or implied warranty.</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> 
    104107<a name="l00041"></a>00041 <span class="comment"></span> 
    105 <a name="l00042"></a>00042 <span class="comment">    But that said, if there are any problems please get in touch.</span> 
    106 <a name="l00043"></a>00043 <span class="comment"></span> 
    107 <a name="l00044"></a>00044 <span class="comment">*/</span> 
    108 <a name="l00045"></a>00045  
    109 <a name="l00046"></a>00046 <span class="preprocessor">#ifdef __cplusplus</span> 
    110 <a name="l00047"></a>00047 <span class="preprocessor"></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> 
    111114<a name="l00048"></a>00048 <span class="preprocessor">#endif</span> 
    112 <a name="l00049"></a>00049 <span class="preprocessor"></span> 
    113 <a name="l00050"></a>00050 <span class="preprocessor">#endif</span> 
    114115</pre></div></div> 
    115 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:47 2009 for mixpp by&nbsp; 
     116<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Aug 30 22:10:49 2009 for mixpp by&nbsp; 
    116117<a href="http://www.doxygen.org/index.html"> 
    117 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 
     118<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> 
    118119</body> 
    119120</html>