git: 9front

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

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