silc_buffer_printf

SYNOPSIS

    static inline
    void silc_buffer_printf(SilcBuffer sb, SilcBool newline);

DESCRIPTION

Prints the current data area of `sb' into stdout. If `newline' is TRUE prints '\n' after the data in the buffer.