SimGrid  3.13
Versatile Simulation of Distributed Systems
snprintf.c File Reference
#include "xbt/sysdep.h"
#include "src/internal_config.h"
#include <stdio.h>
#include <assert.h>
#include <stdarg.h>

Functions

int vasprintf (char **ptr, const char *fmt, va_list ap)
 
char * bvprintf (const char *fmt, va_list ap)
 print to allocated string More...
 
char * bprintf (const char *fmt,...)
 

Function Documentation

int vasprintf ( char **  ptr,
const char *  fmt,
va_list  ap 
)
char* bprintf ( const char *  fmt,
  ... 
)