Next Previous Up Top Contents Index

1.9 Utility designator classes

<C-boolean>

Open abstract class

Description

A mapped subclass of <C-int> that provides an analogue to Dylan's <boolean> class. The Dylan type for both import and export is <boolean>, and the C type is int. The C integer 0 is mapped to #f in Dylan, and all other values are mapped to #t.


C FFI and Win 32 Reference - 31 MAR 2000

Next Previous Up Top Contents Index