]> gitweb.factorcode.org Git - factor.git/blob - vm/io.hpp
VM: Refactor io.cpp/hpp to Factor style
[factor.git] / vm / io.hpp
1 namespace factor {
2
3 /* Platform specific primitives */
4
5 VM_C_API int err_no();
6 VM_C_API void set_err_no(int err);
7
8 }