1 #if ! defined PATH_CONCAT_H_
2 # define PATH_CONCAT_H_
5 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
6 # define PARAMS(Args) Args
8 # define PARAMS(Args) ()
13 path_concat
PARAMS ((const char *dir
, const char *base
, char **base_in_result
));