git: 9front

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

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