git: 9front

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

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