stdbool.h 66 B

12345
  1. #pragma once
  2. typedef _Bool bool;
  3. #define true 1
  4. #define false 0