git: 9front

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