git: 9front

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

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