git: 9front

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

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