repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.
[coreutils.git]
/
lib
/
makepath.h
blob
e62f54433aa6ce7c4937e68196b66ec98531eef2
1
# undef __P
2
#if __STDC__
3
# define __P(Args) Args
4
#else
5
# define __P(Args) ()
6
#endif
7
8
int
9
make_path
__P
((
const char
*
_argpath
,
10
int
_mode
,
11
int
_parent_mode
,
12
uid_t _owner
,
13
gid_t _group
,
14
int
_preserve_existing
,
15
const char
*
_verbose_fmt_string
));