mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-17 17:18:45 +02:00
.
This commit is contained in:
9
lib/savedir.h
Normal file
9
lib/savedir.h
Normal 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));
|
||||
Reference in New Issue
Block a user