ref: fd731d3c833d9241fdff618b6c949453fb5c0f31 dir: /stdbool.h/
#ifndef _stdbool_h_ #define _stdbool_h_ typedef enum { false, true } bool; #endif