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.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/api-documentation/html/dirent_8h-source.html b/doc/api-documentation/html/dirent_8h-source.html
new file mode 100644
index 0000000..d65109d
--- /dev/null
+++ b/doc/api-documentation/html/dirent_8h-source.html
@@ -0,0 +1,46 @@
+<!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>dirent.h 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>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>
+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;
+00021
+00022 <font class="keyword">struct </font>dirent
+00023 {
+00024 <font class="keywordtype">char</font> *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 *);
+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
+<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>