git: 9front

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