This website requires JavaScript.
Explore
Sign In
mirror
/
Shipwright
mirror of
https://github.com/HarbourMasters/Shipwright
Watch
2
Star
0
Fork
You've already forked Shipwright
0
Code
Issues
Wiki
develop
Shipwright
/
soh
/
platform
/
pathconf.c
5 lines
81 B
C
Raw
Permalink
Blame
History
#
include
<unistd.h>
long
pathconf
(
const
char
*
path
,
int
name
)
{
return
-
1
;
}
View Git Blame
Copy Permalink