git: 9front

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

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