git: 9front

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

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