OSClearStack

C Specification

#include <revolution/os.h>
void OSClearStack ( u8 val );

Arguments

val The value set to the current stack.

Return Values

None.

Description

Sets val to the stack of the thread to call.

Note:By default, the default stack for the main() function is zeroed out.

See Also

Revision History

03/01/2006 Initial version.