git: 9front

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