prostotia.c

In: ALL

28 Jul 2009

tsurko@bastila:~/work$ cat porno.c
#include”

int porn_a()
{
printf(”in porn_a()\n”);
goto PORNO;
return 2;
}

char* porn_b(char* str)
{
printf(”in porn_b()\n”);
PORNO:
return str;
}

int main()
{
int res;

printf(”Let the pr0n begin…\n”);
res = porn_a();

printf(”RESULT: %d\n”, res);

return 0;
}

tsurko@bastila:~/work$ gcc porno.c
porno.c: In function porn_a:
porno.c:6: error: label PORNO used but not defined
tsurko@bastila:~/work$

В един идеален свят за страна, в чиито флаг преобладават синьо, бяло и червено, това би се компилирало…
P.S. Всъщност в С това е възможно с setjump() и lonjump() :)

2 Responses to prostotia.c

Avatar

Стойчев

July 30th, 2009 at 10:22 am

Момче ти тотално си се бъгнал бре :)

Avatar

Константин

April 11th, 2010 at 10:20 am

Comment Form

-->
  • ALBERTO: CheapTabletsOnline.Com. [...]
  • door: with http://ihaydenqqlfhcc.05KIAPARTS.US/tag/sears+door+with/ : with... with... [...]
  • industries: industries http://smscxxw.01DODGEPARTS.US/tag/eyeglasses+frames+industries/ : frames... [...]
  • Lens: adapters http://bfridaypiwoq.AACEHARDWARE.INFO/tag/astroscope+adapters+letus35+Lens/ : adap [...]
  • VICTOR: MedicamentSpot.com. Canadian [...]

Quotes

"The most beautiful thing we can experience is the mysterious. It is the source of all true art and science."
Albert Einstein
~~~
"The skill of writing is to create a context in which other people can think."
Edwin Schlossberg