git: 9front

ref: 5806f8f5bddeeca3a0ebcf8b4817cfc84a2b5b26
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);
}