git: 9front

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

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