git: 9front

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