GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
Go to the source code of this file.
Macros | |
#define | umalloc(n) (unsigned char *)G_malloc((size_t)n) |
#define | urealloc(s, n) (unsigned char *)G_realloc(s, (size_t)n) |
#define | LIMIT(x) |
Functions | |
int | Rast__insert_color_into_lookup (CELL cat, int red, int grn, int blu, struct _Color_Info_ *cp) |
#define LIMIT | ( | x | ) |
Definition at line 12 of file color_insrt.c.
#define umalloc | ( | n | ) | (unsigned char *)G_malloc((size_t)n) |
Definition at line 9 of file color_insrt.c.
#define urealloc | ( | s, | |
n | |||
) | (unsigned char *)G_realloc(s, (size_t)n) |
Definition at line 10 of file color_insrt.c.
int Rast__insert_color_into_lookup | ( | CELL | cat, |
int | red, | ||
int | grn, | ||
int | blu, | ||
struct _Color_Info_ * | cp | ||
) |
Definition at line 18 of file color_insrt.c.