git: 9front

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

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