1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-08 21:23:27 +02:00
Files
coreutils/lib/makepath.h

16 lines
255 B
C
Raw Normal View History

1996-07-14 19:09:41 +00:00
# undef __P
1996-11-04 17:58:21 +00:00
#if __STDC__
# define __P(Args) Args
1994-11-04 06:04:42 +00:00
#else
1996-11-04 17:58:21 +00:00
# define __P(Args) ()
#endif
1994-11-04 06:04:42 +00:00
int
1996-07-14 19:09:41 +00:00
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));