git: 9front

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

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