git: 9front

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