git: 9front

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

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