git: 9front

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

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