git: 9front

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