OpenSDN source code
|
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Macros | |
#define | MKDIR(x) mkdir(x, S_IRWXU | S_IRWXG | S_IRWXO) |
#define MKDIR | ( | x | ) | mkdir(x, S_IRWXU | S_IRWXG | S_IRWXO) |
define for mkdir,since the method signature is different for the non-POSIX MinGW/MSVC
Definition at line 28 of file platform.h.