From 56b2881cf4999554858b40cfa79d4c2e923c8669 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Oct 1997 01:43:13 +0000 Subject: [PATCH] . --- lib/savedir.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/savedir.h diff --git a/lib/savedir.h b/lib/savedir.h new file mode 100644 index 0000000000..3cc2491b1c --- /dev/null +++ b/lib/savedir.h @@ -0,0 +1,9 @@ +#undef __P +#if defined (__STDC__) && __STDC__ +# define __P(x) x +#else +# define __P(x) () +#endif + +char * +savedir __P((const char *dir, unsigned name_size)); -- 2.30.2