git: 9front

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

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