diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-30 20:16:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-30 20:16:01 +0000 |
commit | c17ae586bb89eb7d2aeb4364a5ab65768fce6a39 (patch) | |
tree | 9746a8e8d352331e363d0a888f4798cc4780adc6 /lib | |
parent | 5754380c82f99ee4ac28aaca53e0589e2160774d (diff) | |
download | coreutils-c17ae586bb89eb7d2aeb4364a5ab65768fce6a39.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdopen.h | 14 |
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 |