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
/
savedir.h
blob
033e56752d06f172eb8d149e7a1e68090f86c475
1
#if !defined SAVEDIR_H_
2
# define SAVEDIR_H_
3
4
# ifndef PARAMS
5
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
6
# define PARAMS(Args) Args
7
# else
8
# define PARAMS(Args) ()
9
# endif
10
# endif
11
12
char
*
13
savedir
PARAMS
((
const char
*
dir
,
unsigned int
name_size
));
14
15
#endif