git: 9front

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