git: 9front

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

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