git: 9front

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

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