Macros to use some POSIX functions with their Windows equivalent.
More...
Macros to use some POSIX functions with their Windows equivalent.
◆ c_access()
| int c_access |
( |
const char * |
pathname, |
|
|
int |
mode |
|
) |
| |
◆ c_getcwd()
| char* c_getcwd |
( |
char * |
buf, |
|
|
size_t |
size |
|
) |
| |
◆ c_chdir()
| int c_chdir |
( |
const char * |
path | ) |
|
◆ c_rmdir()
| int c_rmdir |
( |
const char * |
path | ) |
|
◆ c_getpid()
| int64_t c_getpid |
( |
void |
| ) |
|
◆ c_strcasecmp()
| int c_strcasecmp |
( |
const char * |
s1, |
|
|
const char * |
s2 |
|
) |
| |
◆ c_strncasecmp()
| int c_strncasecmp |
( |
const char * |
s1, |
|
|
const char * |
s2, |
|
|
size_t |
n |
|
) |
| |