git: 9front

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

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