Handbook
Glossary
BIO_gets ( b buf size -- int )
Vocabulary
openssl
.
libcrypto
Inputs
b
an
object
buf
an
object
size
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libcrypto
LIBRARY:
libcrypto
FUNCTION:
int
BIO_gets
( void* b,
c-string
buf,
int
size )