git: 9front

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

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