All Manuals > Foreign Language Interface User Guide and Reference Manual > 8 Type Reference

:bool FLI Type Descriptor

Summary

Converts between a Lisp boolean value and a _Bool type in the C99 language definition.

Package

keyword

Syntax

:bool

Description

The FLI type :bool converts between a Lisp boolean value and a _Bool type in the C99 language definition, which is typically aliased to bool when the stdbool.h header is included.

See also

:boolean
:int-boolean
2.1.5 Boolean types


Foreign Language Interface User Guide and Reference Manual - 18 Feb 2025 15:36:34