git: 9front

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

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