c-string - Factor Documentation (original) (raw)

c-string

Vocabulary
alien.c-types

Word description
This C type represents a pointer to a C string. See C strings for details about using strings with the FFI.

Definition

USING: alien.syntax ;

IN: alien.c-types

TYPEDEF: c-string[utf8] c-string