1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-17 21:02:25 +02:00
Files
coreutils/lib/stdopen.h

17 lines
165 B
C
Raw Normal View History

2005-06-30 20:16:01 +00:00
#ifndef STDOPEN_H
# define STDOPEN_H 1
2005-08-24 13:01:31 +00:00
# include <stdbool.h>
2005-06-30 20:16:01 +00:00
# ifdef __cplusplus
extern "C" {
# endif
2005-08-24 13:01:31 +00:00
bool stdopen (void);
2005-06-30 20:16:01 +00:00
# ifdef __cplusplus
}
# endif
#endif