git: 9front

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

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