git: 9front

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

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