git: 9front

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