git: 9front

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