GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
color_list.c
Go to the documentation of this file.
1 #include <grass/colors.h>
2 
3 char *D_color_list(void)
4 {
5  return D_COLOR_LIST;
6 }