/*#io
docCopyright("Steve Dekorte", 2002)
docLicense("BSD revised")
*/

void IoState_break(IoState *self, IoObject *v);

void IoState_continue(IoState *self);
void IoState_eol(IoState *self);

void IoState_return(IoState *self, IoObject *v);

void IoState_resetStopStatus(IoState *self);

int IoState_handleStatus(IoState *self);


syntax highlighted by Code2HTML, v. 0.9.1