git: 9front

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

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