git: 9front

ref: 5ea63c61e0b4fba7d09edd5e471a7e7cd8e3da74
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);
}