git: 9front

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

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