git: 9front

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

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