coreutils/lib/stdopen.h
Jim Meyering 55fb58f426 adjust prototype
Include stdbool.h.
2005-08-24 13:01:31 +00:00

17 lines
165 B
C

#ifndef STDOPEN_H
# define STDOPEN_H 1
# include <stdbool.h>
# ifdef __cplusplus
extern "C" {
# endif
bool stdopen (void);
# ifdef __cplusplus
}
# endif
#endif