git: 9front

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