1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00
Files
coreutils/lib/path-concat.h
Jim Meyering a0d34ce173 .
1996-08-19 01:41:53 +00:00

10 lines
169 B
C

#if __STDC__
# undef __P
# define __P(args) args
#else
# define __P(args) ()
#endif
char *
path_concat _P ((const char *dir, const char *base, char **base_in_result));