git: 9front

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

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