git: 9front

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

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