git: 9front

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

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