git: 9front

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