All Files Functions Typedefs
dirlisting.h
Go to the documentation of this file.
1 
8 #ifndef DIRLISTING_H
9 #define DIRLISTING_H
10 
11 #include <stdio.h>
12 
13 
23 void dirlistingBegin(FILE *stream, const char dirName[]);
24 
31 void dirlistingPrintEntry(FILE *stream, const char dirName[],
32  const char entryName[]);
33 
38 void dirlistingEnd(FILE *stream);
39 
40 
41 #endif /* DIRLISTING_H */