git: 9front

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