git: 9front

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

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