git: 9front

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

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