git: 9front

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

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