git: 9front

ref: 8b97843e8701dcbfd924632d3f7add548864b4e4
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);
}