summaryrefslogtreecommitdiff
path: root/lib/path-concat.h
blob: 92c0a1180da59fd135e143af17471f7a3c8904de (plain)
1
2
3
4
5
6
7
8
9
#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));