1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +02:00
Files
coreutils/lib/stdopen.h

15 lines
142 B
C
Raw Normal View History

2005-06-30 20:16:01 +00:00
#ifndef STDOPEN_H
# define STDOPEN_H 1
# ifdef __cplusplus
extern "C" {
# endif
void stdopen (void);
# ifdef __cplusplus
}
# endif
#endif