git: 9front

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