git: 9front

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

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