User:Paradox-01/C: Difference between revisions

m
+cat
mNo edit summary
m (+cat)
 
(One intermediate revision by one other user not shown)
Line 80: Line 80:
  //#include <stdbool.h>
  //#include <stdbool.h>
  //bool a = true;
  //bool a = true;
// C99 standard
  [https://stackoverflow.com/questions/8724349/difference-between-bool-and-bool-types-in-c _Bool b = 1;]
  [https://stackoverflow.com/questions/8724349/difference-between-bool-and-bool-types-in-c _Bool b = 1;]


Line 115: Line 117:
     }
     }
  }
  }
[[Category:Userspace]]