8 lines
160 B
C
8 lines
160 B
C
|
INLINE CELL tag_boolean(CELL untagged)
|
||
|
{
|
||
|
return (untagged == false ? F : T);
|
||
|
}
|
||
|
|
||
|
DLLEXPORT void box_boolean(bool value);
|
||
|
DLLEXPORT bool to_boolean(CELL value);
|