mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
parent
a5c23e8af4
commit
33d6dce8ba
@ -333,7 +333,7 @@ int main (int argc, char** argv)
|
|||||||
using "goto" in C
|
using "goto" in C
|
||||||
*/
|
*/
|
||||||
typedef enum { false, true } bool;
|
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;
|
bool disaster = false;
|
||||||
int i, j;
|
int i, j;
|
||||||
for(i=0;i<100;++i)
|
for(i=0;i<100;++i)
|
||||||
|
Loading…
Reference in New Issue
Block a user