summaryrefslogtreecommitdiff
path: root/lib/stdopen.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-30 20:16:01 +0000
committerJim Meyering <jim@meyering.net>2005-06-30 20:16:01 +0000
commitc17ae586bb89eb7d2aeb4364a5ab65768fce6a39 (patch)
tree9746a8e8d352331e363d0a888f4798cc4780adc6 /lib/stdopen.h
parent5754380c82f99ee4ac28aaca53e0589e2160774d (diff)
downloadcoreutils-c17ae586bb89eb7d2aeb4364a5ab65768fce6a39.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/stdopen.h')
-rw-r--r--lib/stdopen.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/stdopen.h b/lib/stdopen.h
new file mode 100644
index 000000000..d6c9415b4
--- /dev/null
+++ b/lib/stdopen.h
@@ -0,0 +1,14 @@
+#ifndef STDOPEN_H
+# define STDOPEN_H 1
+
+# ifdef __cplusplus
+extern "C" {
+# endif
+
+void stdopen (void);
+
+# ifdef __cplusplus
+}
+# endif
+
+#endif