repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(main) [!POSIXLY_CORRECT]: Allow the identity mappings:
[coreutils.git]
/
lib
/
path-concat.h
blob
92c0a1180da59fd135e143af17471f7a3c8904de
1
#if __STDC__
2
# undef __P
3
# define __P(args) args
4
#else
5
# define __P(args) ()
6
#endif
7
8
char
*
9
path_concat
__P
((
const char
*
dir
,
const char
*
base
,
char
**
base_in_result
));