git: 9front

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

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