git: 9front

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

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