git: 9front

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

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