git: 9front

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

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