GRASS 8 Programmer's Manual 8.5.0RC1(2026)-3334b87d9c
Loading...
Searching...
No Matches
driver/line_width.c
Go to the documentation of this file.
1#include "driver.h"
2#include "driverlib.h"
3
4void COM_Line_width(double width)
5{
7 (*driver->Line_width)(width);
8}
void COM_Line_width(double width)
void(* Line_width)(double)
Definition driver.h:35