git: 9front

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