git: 9front

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