mirror of
https://github.com/izzy2lost/shipdev.git
synced 2026-07-05 15:19:25 -07:00
5 lines
81 B
C
5 lines
81 B
C
|
|
#include <unistd.h>
|
||
|
|
|
||
|
|
long pathconf(const char *path, int name) {
|
||
|
|
return -1;
|
||
|
|
}
|