Handbook
Glossary
tls_connect ( ctx host port -- int )
Vocabulary
libtls
.
ffi
Inputs
ctx
an
object
host
an
object
port
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
libtls.ffi
LIBRARY:
libtls
FUNCTION:
int
tls_connect
( tls_ctx* ctx,
c-string
host,
c-string
port )