]> gitweb.factorcode.org Git - factor.git/blob - vm/io.hpp
Merge branch 'a7a39d3766624227966bca34f0778030592d82c2' of git://github.com/prunedtre...
[factor.git] / vm / io.hpp
1 namespace factor
2 {
3
4 /* Platform specific primitives */
5
6 VM_C_API int err_no();
7 VM_C_API void clear_err_no();
8
9 }