git: 9front

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

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