git: 9front

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

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