... if I spell it backwards and execute teh following code:
#include <string.h>
#include <stdio.h>
int main(void) {
char *str = "a";
strcat (str, "live");
printf ("I am %s", str);
exit(1);
return 0;
}
Teh is evil if...
__________________
Lies are for those who cannot handle the truth, but truth is for those who cannot handle the lies.
|