git: 9front

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

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