git: 9front

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