File: path-concat.h

package info (click to toggle)
fileutils 3.16-5.4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,876 kB
  • ctags: 3,158
  • sloc: ansic: 32,792; yacc: 1,032; makefile: 281; sh: 277; sed: 93; perl: 33
file content (9 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#if __STDC__
# undef __P
# define __P(args) args
#else
# define __P(args) ()
#endif

char *
path_concat __P ((const char *dir, const char *base, char **base_in_result));