git: 9front

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

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