mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 15:24:09 +03:00
parent
a5c23e8af4
commit
33d6dce8ba
@ -333,7 +333,7 @@ int main (int argc, char** argv)
|
||||
using "goto" in C
|
||||
*/
|
||||
typedef enum { false, true } bool;
|
||||
// for C don't have bool as data type :(
|
||||
// for C don't have bool as data type before C99 :(
|
||||
bool disaster = false;
|
||||
int i, j;
|
||||
for(i=0;i<100;++i)
|
||||
|
Loading…
Reference in New Issue
Block a user