PLplot
5.13.0
|
#include <windows.h>
#include <string.h>
#include <assert.h>
Go to the source code of this file.
Classes | |
struct | dirent |
struct | DIR |
Macros | |
#define | STRNCPY(dest, src, size) strncpy( ( dest ), ( src ), ( size ) ) |
Typedefs | |
typedef struct dirent | dirent |
typedef struct DIR | DIR |
Functions | |
static DIR * | opendir (const char *dirname) |
static struct dirent * | readdir (DIR *dirp) |
static int | closedir (DIR *dirp) |
#define STRNCPY | ( | dest, | |
src, | |||
size | |||
) | strncpy( ( dest ), ( src ), ( size ) ) |
Definition at line 99 of file dirent_msvc.h.
|
static |
Definition at line 202 of file dirent_msvc.h.
|
static |
Definition at line 109 of file dirent_msvc.h.
Definition at line 159 of file dirent_msvc.h.