]> gitweb.factorcode.org Git - factor.git/blob - vm/booleans.hpp
c410f67481b36fc62e8d770a6a1b566f3b8f07cc
[factor.git] / vm / booleans.hpp
1 namespace factor
2 {
3
4
5 VM_C_API void box_boolean(bool value);
6 VM_C_API bool to_boolean(cell value);
7
8 }