git: 9front

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