git: 9front

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

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