Code: Select all
#include <crap/sluggishness.h>
int main(void)
{
while (browsing == 1)
{
perror("Oh noes eye is broken!");
crash();
}
}

Code: Select all
#include <crap/sluggishness.h>
int main(void)
{
while (browsing == 1)
{
perror("Oh noes eye is broken!");
crash();
}
}
Code: Select all
#include <crap/sluggishness.h>
int main(void)
{
while (browsing == 1)
{
perror("Oh noes eye is broken!\n");
perror("But at least eyes still not as broken as Internet Exploder!\n");
crash();
}
}