git: 9front

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