git: 9front

ref: 80b838b795b258935675ff00268b4c7edf3b0a20
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);
}