git: 9front

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

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