git: 9front

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

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