git: 9front

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

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