git: 9front

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

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