git: 9front

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