*** empty log message ***
[gnulib.git] / lib / path-concat.h
blob8e2c228831d65cff46539c77a60ee75f71fe7925
1 #if ! defined PATH_CONCAT_H_
2 # define PATH_CONCAT_H_
4 # ifndef PARAMS
5 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
6 # define PARAMS(Args) Args
7 # else
8 # define PARAMS(Args) ()
9 # endif
10 # endif
12 char *
13 path_concat PARAMS ((const char *dir, const char *base, char **base_in_result));
15 #endif