git: 9front

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

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