SimGrid
3.13
Versatile Simulation of Distributed Systems
|
#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,...) |
int vasprintf | ( | char ** | ptr, |
const char * | fmt, | ||
va_list | ap | ||
) |
char* bprintf | ( | const char * | fmt, |
... | |||
) |