git: 9front

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