git: 9front

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

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