]> Dogcows Code - chaz/tar/blobdiff - lib/stdopen.h
Add stdopen, imported from coreutils.
[chaz/tar] / lib / stdopen.h
diff --git a/lib/stdopen.h b/lib/stdopen.h
new file mode 100644 (file)
index 0000000..d54e5f1
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef STDOPEN_H
+# define STDOPEN_H 1
+
+# include <stdbool.h>
+
+# ifdef __cplusplus
+extern "C" {
+# endif
+
+bool stdopen (void);
+
+# ifdef __cplusplus
+}
+# endif
+
+#endif
This page took 0.021919 seconds and 4 git commands to generate.