git: 9front

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