git: 9front

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

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