git: 9front

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