git: 9front

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

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