mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
6 lines
174 B
C
6 lines
174 B
C
#if defined (_MSC_VER)
|
|
int access(const char *path, int amode);
|
|
char *getcwd(char *_buf, size_t _size );
|
|
int mkdir(const char *path);
|
|
int chdir (const char *__path );
|
|
#endif
|