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
2756446c8437f5842070557f55c6546fe67091ab
1
#if __STDC__
2
#undef __P
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
));