git: 9front

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

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