#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "gis.h"
Include dependency graph for debug.c:
Go to the source code of this file.
Functions | |
int | G_debug (int level, char *msg,...) |
int G_debug | ( | int | level, | |
char * | msg, | |||
... | ||||
) |
Definition at line 26 of file debug.c.
References fprintf(), G__getenv(), G_warning(), getenv(), and NULL.
Referenced by G_available_mapsets(), G_getl2(), G_plot_icon(), G_recreate_command(), and G_str_to_color().