git: 9front

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