git: 9front

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

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