Thursday, January 15, 2009

Coding



journey (char , char , char )
{
int read;
FILE *ptr;
ptr = fopen ("joke.png");
while (( read=fgetc(ptr)) !=EOF)
{
printf("%c",read);
}
fclose(ptr);
}
main()
{
int her;
for (her = 1; her > 1; her++)
{
if ( her == 0x2c)
break;
else
journey(life,universe,everything);
}
printf("Are you sure?\n");
}

crap ...

No comments: