mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-21 07:52:01 -04:00
15 lines
142 B
C
15 lines
142 B
C
#ifndef STDOPEN_H
|
|
# define STDOPEN_H 1
|
|
|
|
# ifdef __cplusplus
|
|
extern "C" {
|
|
# endif
|
|
|
|
void stdopen (void);
|
|
|
|
# ifdef __cplusplus
|
|
}
|
|
# endif
|
|
|
|
#endif
|