1
2
3
4
5
6
7
8
pub const WASH:i32 = 0;
pub const OP_SYSTEM: i32 = 0;
pub const SUBOP_INITIALIZATION: i32 = 0;
pub const SUBOP_SPAWN: i32 = 1;
pub const SUBOP_STDOUT_PUTC: i32 = 2;
pub const SUBOP_STDOUT_FLUSH: i32 = 3;
pub const SUBOP_STDIN_PUTC: i32 = 4;
pub const SUBOP_STDIN_FLUSH: i32 = 5;