index
:
ZAPDTR
JackMaster
develop
master
soh-macready
Fork of ZAPD for Zelda asset parsing/extraction used in decomp pipelines
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ZAPD
/
pathconf.c
blob: 8ef448999e1c66913073711f85d9b26a7c0c7f61 (
plain
)
1
2
3
4
5
6
#include <unistd.h> long pathconf(const char *path, int name) { return -1; }