git: 9front

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

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