git: 9front

ref: b38911cc5890d121e16621a2d0baf6c70700b912
dir: /sys/src/cmd/plot/libplot/whoami.c/

View raw version
#include "mplot.h"
char *whoami(void){
	return("ramtek");
}