git: 9front

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

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