Idris2/support/c/windows/win_hack.c

3 lines
49 B
C
Raw Normal View History

2020-05-20 19:14:38 +03:00
int chmod(char** str, int perm) {
return 0;
}