git: 9front

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

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