git: 9front

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