git: 9front

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

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