git: 9front

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

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