binana/go/profile/include/stdbool.h

6 lines
No EOL
79 B
C

#ifndef SYSTEM_STD_BOOL_H
#define SYSTEM_STD_BOOL_H
typedef char bool;
#endif