git: 9front

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

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