mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
17 lines
165 B
C
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
|