git: 9front

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