git: 9front

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

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