Idris2/support/c/windows/win_hack.c
2021-01-22 15:08:49 +00:00

4 lines
50 B
C

int chmod(char** str, int perm) {
return 0;
}