#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <unistd.h>
#include <assert.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_snprintf (char *str, size_t size, const char *fmt,...) |
int G_snprintf | ( | char * | str, | |
size_t | size, | |||
const char * | fmt, | |||
... | ||||
) |
Definition at line 22 of file snprintf.c.