git: 9front

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

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