git: 9front

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

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