git: 9front

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

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