shithub: npe

ref: 7b724339b6807d81776861191cdb5ac933f2641c
dir: /include/npe/stdbool.h/

View raw version
#ifndef _stdbool_h_
#define _stdbool_h_

typedef enum { false, true } bool;

#endif