git: 9front

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

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