From a0d34ce173b126c5e10798f9746f0975df1e77c2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 Aug 1996 01:41:53 +0000 Subject: . --- lib/path-concat.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/path-concat.h (limited to 'lib/path-concat.h') diff --git a/lib/path-concat.h b/lib/path-concat.h new file mode 100644 index 000000000..0a19f053a --- /dev/null +++ b/lib/path-concat.h @@ -0,0 +1,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)); -- cgit v1.2.3-54-g00ecf