Embedded Artistry Framework
Embedded Systems C++ Framework
Macros | Functions
asprintf.c File Reference
#include <stdarg.h>
#include <stdio.h>
Include dependency graph for asprintf.c:

Macros

#define _GNU_SOURCE
 

Functions

int asprintf (char **string, const char *fmt,...)
 

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Function Documentation

◆ asprintf()

int asprintf ( char **  string,
const char *  fmt,
  ... 
)

References r, va_end, va_start, and vasprintf().