shithub: npe

ref: fd731d3c833d9241fdff618b6c949453fb5c0f31
dir: /stdbool.h/

View raw version
#ifndef _stdbool_h_
#define _stdbool_h_

typedef enum { false, true } bool;

#endif