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.
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
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.