adjust prototype

Include stdbool.h.
This commit is contained in:
Jim Meyering 2005-08-24 13:01:31 +00:00
parent 2f8742484d
commit 55fb58f426

View File

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