BIO_puts ( bp buf -- int )


Vocabulary
openssl.libcrypto

Definition
USING: alien.c-types alien.syntax ;

IN: openssl.libcrypto

LIBRARY: libcrypto FUNCTION: int BIO_puts
( void* bp, c-string buf ) ; inline