git: 9front

ref: 884f42e8de6751609f9e29ab4586b75f3efa05d6
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);
}