git: 9front

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

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