git: 9front

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