git: 9front

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

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