git: 9front

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