git: 9front

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