git: 9front

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

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