git: 9front

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

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