git: 9front

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

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