Files
Shiip-of-Hakinian-Espanol/ZAPDTR/ZAPD/pathconf.c
2026-03-30 15:33:19 -06:00

7 lines
83 B
C

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