git: 9front

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

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