git: 9front

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

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