|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-5f4f7ad06c
|

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.
Definition at line 9 of file color_insrt.c.
Definition at line 10 of file color_insrt.c.