git: 9front

ref: 80496f55a7b54a4e83fabe1ede56e6f70c1cb207
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);
}