(main) [!POSIXLY_CORRECT]: Allow the identity mappings:
[coreutils.git] / lib / path-concat.h
blob92c0a1180da59fd135e143af17471f7a3c8904de
1 #if __STDC__
2 # undef __P
3 # define __P(args) args
4 #else
5 # define __P(args) ()
6 #endif
8 char *
9 path_concat __P ((const char *dir, const char *base, char **base_in_result));