git: 9front

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

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