git: 9front

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

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