git: 9front

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

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