1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-07 21:44:47 +02:00
Files
coreutils/lib/stdopen.h
2005-06-30 20:16:01 +00:00

15 lines
142 B
C

#ifndef STDOPEN_H
# define STDOPEN_H 1
# ifdef __cplusplus
extern "C" {
# endif
void stdopen (void);
# ifdef __cplusplus
}
# endif
#endif