git: 9front

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

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