git: 9front

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

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