1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 01:40:06 +02:00
Files
coreutils/lib/savedir.h
1997-10-24 13:17:16 +00:00

10 lines
160 B
C

#undef __P
#if defined (__STDC__) && __STDC__
# define __P(x) x
#else
# define __P(x) ()
#endif
char *
savedir __P((const char *dir, unsigned int name_size));