git: 9front

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

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