git: 9front

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

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