Shipwright/ZAPDTR/ZAPD/pathconf.c

7 lines
83 B
C
Raw Normal View History

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