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
imported from standard location
[findutils.git]
/
lib
/
filemode.h
blob
162e07a0da365fb91bfee6cb7a6b571f5c8d91b6
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
void
mode_string
PARAMS
((
short unsigned int
mode
,
char
*
str
));