changeset 1050:40cb5df41b24

.
author Jim Meyering <jim@meyering.net>
date Sat, 04 Oct 1997 01:43:13 +0000
parents 3a22c6f05c60
children af67c42d555a
files lib/savedir.h
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /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));