git: 9front

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

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