git: 9front

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

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