git: 9front

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

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