Idris2/support/c/windows/win_hack.c
2020-05-21 15:13:06 +02:00

3 lines
49 B
C

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