git: 9front

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

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