]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 30 Jun 2005 20:16:01 +0000 (20:16 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 30 Jun 2005 20:16:01 +0000 (20:16 +0000)
lib/stdopen.h [new file with mode: 0644]

diff --git a/lib/stdopen.h b/lib/stdopen.h
new file mode 100644 (file)
index 0000000..d6c9415
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef STDOPEN_H
+# define STDOPEN_H 1
+
+# ifdef __cplusplus
+extern "C" {
+# endif
+
+void stdopen (void);
+
+# ifdef __cplusplus
+}
+# endif
+
+#endif