git: 9front

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