git: 9front

ref: 95d2982fc3df20c19f1bdebf91574139cf7232cd
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);
}