#include <revolution/os.h>
void OSClearStack ( u8 val );
val |
The value set to the current stack. |
None.
Sets val to the stack of the thread to call.
Note:By default, the default stack for the main() function is zeroed out.
03/01/2006 Initial version.