binana/go/profile/include/stdbool.h

6 lines
79 B
C
Raw Normal View History

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