git: 9front

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

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