kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

6_7_2_09_bool.c (60B)


      1 int test_main(void) {
      2   _Bool b = 5;
      3   return b ? 42 : 0;
      4 }