repo.or.cz
/
findutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
[findutils.git]
/
lib
/
basename.h
blob
90f765428dda0b082964fc388a76d757bf841422
1
#ifndef PARAMS
2
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
3
# define PARAMS(Args) Args
4
# else
5
# define PARAMS(Args) ()
6
# endif
7
#endif
8
9
char
*
base_name
PARAMS
((
char const
*
name
));