1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 17:18:45 +02:00
This commit is contained in:
Jim Meyering
1997-10-04 01:43:13 +00:00
parent 792a091d75
commit a1faaa73d3

9
lib/savedir.h Normal file
View File

@@ -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));