git: 9front

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