Handbook
Glossary
BIO_read ( bio buf len -- int )
Vocabulary
openssl
.
libcrypto
Inputs
bio
an
object
buf
an
object
len
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libcrypto
LIBRARY:
libcrypto
FUNCTION:
int
BIO_read
( BIO* bio, void* buf,
int
len )