git: 9front

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

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