git: 9front

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

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