#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <assert.h>
#include "gis.h"
Include dependency graph for asprintf.c:
Go to the source code of this file.
Functions | |
int | G_asprintf (char **out, const char *fmt,...) |
int G_asprintf | ( | char ** | out, | |
const char * | fmt, | |||
... | ||||
) |