git: 9front

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

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