git: 9front

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

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