git: 9front

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

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