git: 9front

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