git: 9front

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

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