mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
5 lines
No EOL
81 B
C
5 lines
No EOL
81 B
C
#include <unistd.h>
|
|
|
|
long pathconf(const char* path, int name) {
|
|
return -1;
|
|
} |