projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d02cf4d
)
.
author
Jim Meyering
<jim@meyering.net>
Fri, 4 Nov 1994 06:04:42 +0000
(06:04 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 4 Nov 1994 06:04:42 +0000
(06:04 +0000)
lib/makepath.h
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/makepath.h
b/lib/makepath.h
new file mode 100644
(file)
index 0000000..
f555d7b
--- /dev/null
+++ b/
lib/makepath.h
@@ -0,0
+1,16
@@
+#ifndef __P
+#if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
+#define __P(args) args
+#else
+#define __P(args) ()
+#endif /* GCC. */
+#endif /* Not __P. */
+
+int
+ make_path __P ((const char *_argpath,
+ int _mode,
+ int _parent_mode,
+ uid_t _owner,
+ gid_t _group,
+ int _preserve_existing,
+ const char *_verbose_fmt_string));