mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
3 lines
49 B
C
3 lines
49 B
C
|
int chmod(char** str, int perm) {
|
||
|
return 0;
|
||
|
}
|