git: 9front

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

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