The Dink Network

Reply to Re: An Introduction and Journy Deep Into the Mind of uberpizza

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
July 20th 2003, 11:17 PM
wizardb.gif
merlin
Peasant He/Him
 
Well, you told me I must reply, so here it is:

#include "above_blog.h"
#include "makes_no_sense.h"

char *uberfingers[255];
int dead_factor, cat_claw, hurt, kill_all, die;
long fart_smell;

int main()
{
if(&uberfingers == "bored" || &uberfingers ==
"likes_to_fart_on_cats" )
{
cat_claw();
return 0;
}

if(&uberfingers == "just_farted")
{
fart_smell = 9.99416e16;
// everybody dies
kill_all = 1;
return 1;
}

else
{
&uberfingers = "fabulous";
}
return 0;
}

cat_claw()
{
&uberfingers = cat_claw;
hurt = 1;
die = 1;
&uberfingers = "bye_bye";
return 0;
}

Well, yeah, something like that.