View Single Post
Re: Do NOT use CODE tag for posting source code
Old
  (#13)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: Do NOT use CODE tag for posting source code - 09-01-2004

testing 123
Code:
#include "exclude.h"
 
void crap (int boo)
{
   // can you copy and paste this ?
   if (boo > max_fear)
	  printf ("MOMMYYYYYYYYYYYYYYYYYY\n");
 
   return;
}



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote