git: 9front

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

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