Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
log.c File Reference
#include "core.h"
#include "config.h"

Go to the source code of this file.

Functions

int tipc_snprintf (char *buf, int len, const char *fmt,...)
 

Function Documentation

int tipc_snprintf ( char buf,
int  len,
const char fmt,
  ... 
)

tipc_snprintf - append formatted output to print buffer : pointer to print buffer : buffer length : formatted info to be printed

Definition at line 46 of file log.c.