SSBM Decomp
Loading...
Searching...
No Matches
stdbool.h File Reference

Go to the source code of this file.

Macros

#define true   1
 bool true
 
#define false   0
 bool false
 

Typedefs

typedef int bool
 A signed integer used to contain boolean values.
 

Detailed Description

Todo:
Assumes __PPCGEKKO__.

Macro Definition Documentation

◆ true

#define true   1

bool true

Todo:
Make this and false part of an enum. Fake usages, such as assigning to a u32, will need to be addressed.

◆ false

#define false   0

bool false

Typedef Documentation

◆ bool

typedef int bool

A signed integer used to contain boolean values.

Todo:
Maybe some versions of MetroWerks support _Bool?