git: 9front

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