Shipwright/soh/switch/pathconf.c

5 lines
81 B
C

#include <unistd.h>
long pathconf(const char *path, int name) {
return -1;
}