View Single Post
  #9  
Old 09-15-2007, 06:26 PM
IRuleYouHard IRuleYouHard is offline
Senior Member
 
Join Date: Nov 2006
Location: MS Paint Forum.
Posts: 1,050
Default Re: C Programming Halp! :)

<font class="small">Code:</font><hr /><pre>
typedef enum boolean
{FALSE, TRUE}
BOOLEAN;
</pre><hr />
if that helps any.
Reply With Quote