1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-20 14:22:26 +02:00
Files
coreutils/lib/makepath.h

16 lines
266 B
C
Raw Normal View History

#if __STDC__
#undef __P
1994-11-04 06:04:42 +00:00
#define __P(args) args
#else
#define __P(args) ()
#endif
1994-11-04 06:04:42 +00:00
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));