git: 9front

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