mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-18 01:40:06 +02:00
10 lines
160 B
C
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));
|