git: 9front

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