git: 9front

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

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