git: 9front

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

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