git: 9front

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

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