git: 9front

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

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