Handbook
Glossary
BIO_write ( b buf len -- int )
Vocabulary
openssl
.
libcrypto
Inputs
b
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_write
( void* b, void* buf,
int
len )