git: 9front

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

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