All Manuals > LispWorks User Guide and Reference Manual > 31 The EXTERNAL-FORMAT Package

NextPrevUpTopContentsIndex

external-format-foreign-type

Function
Summary

Returns a type specifier for the integers handled by a specified external format.

Package

external-format

Signature

external-format-foreign-type external-format => type-specifier

Arguments

external-format

An external character format.

Values

type-specifier

A type specifier describing the integer types handled by external-format .

Description

Takes the name of an external format, and returns a Lisp type specifier for the type of integers that the external format handles on the foreign side.

See also

external-format-type


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex