git: 9front

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

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