mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
16 lines
255 B
C
16 lines
255 B
C
# undef __P
|
|
#if __STDC__
|
|
# define __P(Args) Args
|
|
#else
|
|
# define __P(Args) ()
|
|
#endif
|
|
|
|
int
|
|
make_path __P ((const char *_argpath,
|
|
int _mode,
|
|
int _parent_mode,
|
|
uid_t _owner,
|
|
gid_t _group,
|
|
int _preserve_existing,
|
|
const char *_verbose_fmt_string));
|