git: 9front

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