git: 9front

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

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