git: 9front

ref: a2deff179ca5d48ea2fbba234c43ebedbdf41b6f
dir: /sys/src/cmd/plot/libplot/dpoint.c/

View raw version
#include "mplot.h"
void dpoint(double x, double y){
	m_dpt(x, y);
	move(x, y);
}