git: 9front

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

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