git: 9front

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