git: 9front

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