git: 9front

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

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