git: 9front

ref: 11c922ad9ce4e99ffad01dd0afd372c18d59d91e
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);
}