git: 9front

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