git: 9front

ref: 281194e97d2b6a43018db82de2bf8af2af9cd70f
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);
}