1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 01:40:06 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2005-06-30 20:16:01 +00:00
parent 5754380c82
commit c17ae586bb

14
lib/stdopen.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef STDOPEN_H
# define STDOPEN_H 1
# ifdef __cplusplus
extern "C" {
# endif
void stdopen (void);
# ifdef __cplusplus
}
# endif
#endif