git: 9front

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