git: 9front

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

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