git: 9front

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

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