git: 9front

ref: 968b518771bd3bda1b30c17cdd1a8911c640966f
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);
}