git: 9front

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

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