aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api-documentation/html/dirent_8h-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api-documentation/html/dirent_8h-source.html')
-rw-r--r--doc/api-documentation/html/dirent_8h-source.html60
1 files changed, 30 insertions, 30 deletions
diff --git a/doc/api-documentation/html/dirent_8h-source.html b/doc/api-documentation/html/dirent_8h-source.html
index d65109d..e1b2530 100644
--- a/doc/api-documentation/html/dirent_8h-source.html
+++ b/doc/api-documentation/html/dirent_8h-source.html
@@ -3,44 +3,44 @@
<title>dirent.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
-<!-- Generated by Doxygen 1.2.15 -->
+<!-- Generated by Doxygen 1.2.17 -->
<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>dirent.h</h1><div class="fragment"><pre>00001 <font class="comment">/*</font>
-00002 <font class="comment"></font>
-00003 <font class="comment"> Declaration of POSIX directory browsing functions and types for Win32.</font>
-00004 <font class="comment"></font>
-00005 <font class="comment"> Kevlin Henney (mailto:kevlin@acm.org), March 1997.</font>
-00006 <font class="comment"></font>
-00007 <font class="comment"> Copyright Kevlin Henney, 1997. All rights reserved.</font>
-00008 <font class="comment"></font>
-00009 <font class="comment"> Permission to use, copy, modify, and distribute this software and its</font>
-00010 <font class="comment"> documentation for any purpose is hereby granted without fee, provided</font>
-00011 <font class="comment"> that this copyright and permissions notice appear in all copies and</font>
-00012 <font class="comment"> derivatives, and that no charge may be made for the software and its</font>
-00013 <font class="comment"> documentation except to cover cost of distribution.</font>
-00014 <font class="comment"> </font>
-00015 <font class="comment">*/</font>
+<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="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
+<hr><h1>dirent.h</h1><div class="fragment"><pre>00001 <span class="comment">/*</span>
+00002 <span class="comment"></span>
+00003 <span class="comment"> Declaration of POSIX directory browsing functions and types for Win32.</span>
+00004 <span class="comment"></span>
+00005 <span class="comment"> Kevlin Henney (mailto:kevlin@acm.org), March 1997.</span>
+00006 <span class="comment"></span>
+00007 <span class="comment"> Copyright Kevlin Henney, 1997. All rights reserved.</span>
+00008 <span class="comment"></span>
+00009 <span class="comment"> Permission to use, copy, modify, and distribute this software and its</span>
+00010 <span class="comment"> documentation for any purpose is hereby granted without fee, provided</span>
+00011 <span class="comment"> that this copyright and permissions notice appear in all copies and</span>
+00012 <span class="comment"> derivatives, and that no charge may be made for the software and its</span>
+00013 <span class="comment"> documentation except to cover cost of distribution.</span>
+00014 <span class="comment"> </span>
+00015 <span class="comment">*/</span>
00016
-00017 <font class="preprocessor">#ifndef DIRENT_INCLUDED</font>
-00018 <font class="preprocessor"></font><font class="preprocessor">#define DIRENT_INCLUDED</font>
-00019 <font class="preprocessor"></font>
-00020 <font class="keyword">typedef</font> <font class="keyword">struct </font>DIR DIR;
+00017 <span class="preprocessor">#ifndef DIRENT_INCLUDED</span>
+00018 <span class="preprocessor"></span><span class="preprocessor">#define DIRENT_INCLUDED</span>
+00019 <span class="preprocessor"></span>
+00020 <span class="keyword">typedef</span> <span class="keyword">struct </span>DIR DIR;
00021
-00022 <font class="keyword">struct </font>dirent
+00022 <span class="keyword">struct </span>dirent
00023 {
-00024 <font class="keywordtype">char</font> *d_name;
+00024 <span class="keywordtype">char</span> *d_name;
00025 };
00026
-00027 DIR *opendir(<font class="keyword">const</font> <font class="keywordtype">char</font> *);
-00028 <font class="keywordtype">int</font> closedir(DIR *);
-00029 <font class="keyword">struct </font>dirent *readdir(DIR *);
-00030 <font class="keywordtype">void</font> rewinddir(DIR *);
+00027 DIR *opendir(<span class="keyword">const</span> <span class="keywordtype">char</span> *);
+00028 <span class="keywordtype">int</span> closedir(DIR *);
+00029 <span class="keyword">struct </span>dirent *readdir(DIR *);
+00030 <span class="keywordtype">void</span> rewinddir(DIR *);
00031
-00032 <font class="preprocessor">#endif</font>
-</pre></div><hr><address align="right"><small>Generated on Thu Jun 20 22:12:58 2002 for The Sword Project by
+00032 <span class="preprocessor">#endif</span>
+</pre></div><hr><address style="align: right;"><small>Generated on Thu Oct 31 12:11:28 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>
+width=110 height=53></a>1.2.17 </small></address>
</body>
</html>