newbe hallo world problem
- From: gabinettoski@xxxxxxxxxxx
- Date: Fri, 28 Sep 2007 21:26:31 -0000
bash-3.1$mcedit wlinux.c
{
linux: printf("W LinuX");
goto linux; /*toh like c64*/
}
bash-3.1$gcc wlinux.c
$ gcc wmoon.c
wmoon.c: In function 'main':
wmoon.c:3: error: expected ';' before 'printf'
wmoon.c:4: error: expected identifier or '*' before numeric constant
why? isn't linux: a label in gcc?
.
- Follow-Ups:
- Re: newbe hallo world problem
- From: Jan Kandziora
- Re: newbe hallo world problem
- Prev by Date: Re: GUI application
- Next by Date: Re: GUI application
- Previous by thread: GUI application
- Next by thread: Re: newbe hallo world problem
- Index(es):