git: 9front

ref: 2e5de50460f1af9d8c1d6df0f4656482dd2c9be2
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);
}