[][src]Function tabbyssl::libcrypto::bio::tabby_BIO_puts

#[no_mangle]pub extern "C" fn tabby_BIO_puts(
    bio_ptr: *mut TABBY_BIO<'_>,
    buf_ptr: *const c_char
) -> c_int

BIO_puts attempts to write a null terminated string buf to BIO b.

#include <openssl/bio.h>

int BIO_puts(BIO *b, const char *buf);