git: 9front

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