git: 9front

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

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