findutils/lib/basename.h
Kevin Dalley 16d8b6e6ca * lib/ansi2knr.1, lib/ansi2knr.c, lib/basename.c, lib/getopt.h,
lib/fnmatch.c, lib/fnmatch.h, lib/modechange.c: Sync to latest
	unreleased version of GNU tar (between 1.13.17 and 1.13.18).
2000-10-09 22:45:02 +00:00

10 lines
195 B
C

#ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args
# else
# define PARAMS(Args) ()
# endif
#endif
char *base_name PARAMS ((char const *name));