git: 9front

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

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