You've already forked Shipwright
mirror of
https://github.com/CraftyBoss/Shipwright.git
synced 2026-04-01 08:52:38 -07:00
5 lines
81 B
C
5 lines
81 B
C
#include <unistd.h>
|
|
|
|
long pathconf(const char* path, int name) {
|
|
return -1;
|
|
} |