1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-24 13:57:03 +02:00
Files
coreutils/lib/makepath.h

17 lines
341 B
C
Raw Normal View History

1997-12-21 11:22:51 +00:00
#ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args
# else
# define PARAMS(Args) ()
# endif
#endif
1994-11-04 06:04:42 +00:00
int
1997-12-21 11:22:51 +00:00
make_path PARAMS ((const char *_argpath,
int _mode,
int _parent_mode,
uid_t _owner,
gid_t _group,
int _preserve_existing,
const char *_verbose_fmt_string));