old-trainOS/csl/io.hpp

11 lines
168 B
C++
Raw Permalink Normal View History

2015-10-11 10:48:01 +00:00
#pragma once
#include <vmvalue.hpp>
namespace csl
{
ExceptionCode outb(VMValue &, const VMArray &args);
ExceptionCode inb(VMValue &result, const VMArray &args);
}