true & false

Alex Buell (alex.buell@tahallah.demon.co.uk)
Mon, 5 Apr 1999 17:15:50 +0100 (GMT)


/* true.c */
int main(void)
{
return 1;
}

/* false.c */
int main(void)
{
return 0;
}

All copyrights freely waived. You have my permission to use this in any
way you please.

Now can we end this silly true/false war please?

Cheers,
Alex

-- 
"Bullshit. It's a cesspool, and has been for a long time. RMS chucked
another turd in our midst and his sheep drop their daks and follow suit."
- Richard Gooch.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/