git: 9front

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