git: 9front

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

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