git: 9front

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

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