char - Factor Documentation (original) (raw)

char

Vocabulary
alien.c-types

Word description
This C type represents a one-byte signed integer type. Input values will be converted to integers and truncated to eight bits; output values will be returned as fixnums.

Definition

USING: alien.syntax ;

IN: alien.c-types

C-TYPE: char