git: 9front

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

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