git: 9front

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

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