git: 9front

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

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