git: 9front

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

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