#include "standard.h"
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Namespaces | |
namespace | cmlabs |
Classes | |
struct | cmlabs::dirent |
Typedefs | |
typedef struct DIR | cmlabs::DIR |
Functions | |
DIR * | cmlabs::opendir (const char *name) |
int | cmlabs::closedir (DIR *dir) |
struct dirent * | cmlabs::readdir (DIR *dir) |
void | cmlabs::rewinddir (DIR *dir) |