GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
driver/move.c
Go to the documentation of this file.
1#include "driver.h"
2#include "driverlib.h"
3
4void COM_Pos_abs(double x, double y)
5{
6 cur_x = x;
7 cur_y = y;
8}
void COM_Pos_abs(double x, double y)
Definition driver/move.c:4
double cur_x
Definition driver/init.c:32
double cur_y
Definition driver/init.c:33
#define x