git: 9front

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

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