repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
timevar: import from Bison.
[gnulib.git]
/
lib
/
mkancesdirs.h
blob
fdfd65441053e871af55ddf6a288b693f070ab94
1
#include <stddef.h>
2
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
7
struct
savewd
;
8
ptrdiff_t
mkancesdirs
(
char
*,
struct
savewd
*,
9
int
(*) (
char const
*,
char const
*,
void
*),
void
*);
10
11
#ifdef __cplusplus
12
}
13
#endif