![]() |
Wise&mystical
1.0
Project about Europe
|
#include <io.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
Go to the source code of this file.
Classes | |
struct | dirent |
struct | DIR |
Macros | |
#define | DIRENT_MALLOC(sz) malloc(sz) |
Declaration of POSIX directory browsing functions and types for Win32. More... | |
#define | DIRENT_FREE(p) free(p) |
Typedefs | |
typedef struct DIR | DIR |
typedef ptrdiff_t | handle_type |
Implementation of POSIX directory browsing functions and types for Win32. More... | |
Functions | |
DIR * | opendir (const char *name) |
int | closedir (DIR *dir) |
struct dirent * | readdir (DIR *dir) |
void | rewinddir (DIR *dir) |
#define DIRENT_MALLOC | ( | sz | ) | malloc(sz) |
Declaration of POSIX directory browsing functions and types for Win32.
Author: Kevlin Henney (kevli.nosp@m.n@ac.nosp@m.m.org, kevli.nosp@m.n@cu.nosp@m.rbral.nosp@m.an.c.nosp@m.om) History: Created March 1997. Updated June 2003. Reviewed by Ramon Santamaria for raylib on January 2020.
Copyright Kevlin Henney, 1997, 2003. All rights reserved.
Permission to use, copy, modify, and distribute this software and its documentation for any purpose is hereby granted without fee, provided that this copyright and permissions notice appear in all copies and derivatives.
This software is supplied "as is" without express or implied warranty.
But that said, if there are any problems please get in touch.
typedef ptrdiff_t handle_type |
Implementation of POSIX directory browsing functions and types for Win32.
Author: Kevlin Henney (kevli.nosp@m.n@ac.nosp@m.m.org, kevli.nosp@m.n@cu.nosp@m.rbral.nosp@m.an.c.nosp@m.om) History: Created March 1997. Updated June 2003. Reviewed by Ramon Santamaria for raylib on January 2020.
Copyright Kevlin Henney, 1997, 2003. All rights reserved.
Permission to use, copy, modify, and distribute this software and its documentation for any purpose is hereby granted without fee, provided that this copyright and permissions notice appear in all copies and derivatives.
This software is supplied "as is" without express or implied warranty.
But that said, if there are any problems please get in touch.
int closedir | ( | DIR * | dir | ) |
DIR * opendir | ( | const char * | name | ) |