git: 9front

ref: 523e78ca01fcc79be8997af7b40265e5b27223f7
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);
}