git: 9front

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

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