From: Jim Meyering Date: Thu, 30 Jun 2005 20:16:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~431 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c17ae586bb89eb7d2aeb4364a5ab65768fce6a39;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/stdopen.h b/lib/stdopen.h new file mode 100644 index 0000000000..d6c9415b4c --- /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