Shipwright/ZAPDTR/ZAPD/pathconf.c
2022-08-05 07:59:19 +02:00

7 lines
83 B
C

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