mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 07:37:52 +00:00
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).
10 lines
195 B
C
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));
|