git: 9front

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

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