5.1 Changes in this release

gethostbyname

Function

Package:lcl

Submodule:tcp-sockets

Syntax:gethostbyname name &optional (output-format 'string)

The name argument designates an Internet host name, as a symbol or string. It can also be an address string, in the format"i.j.k.l", where i, j, k, and l are representations of 8-bit bytes. The function returns an Internet address in a format that depends on the value of output-format:

string
"i.j.k.l"

list
(i j k l)


Liquid Common Lisp 5.0 Release and Installation Notes - 9 JUN 1997

Generated with Harlequin WebMaker