git: 9front

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