git: 9front

ref: 2e600e6b000ff90bd5a697761b5f00d2bd2cf2de
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);
}