git: 9front

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

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