git: 9front

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

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