]> Dogcows Code - chaz/tar/blobdiff - lib/print-copyr.h
Initial revision
[chaz/tar] / lib / print-copyr.h
diff --git a/lib/print-copyr.h b/lib/print-copyr.h
new file mode 100644 (file)
index 0000000..9334997
--- /dev/null
@@ -0,0 +1,9 @@
+# ifndef PARAMS
+#  if PROTOTYPES || (defined (__STDC__) && __STDC__)
+#   define PARAMS(args) args
+#  else
+#   define PARAMS(args) ()
+#  endif
+# endif
+
+char const *copyright_symbol PARAMS((char *, size_t));
This page took 0.020566 seconds and 4 git commands to generate.