git: 9front

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

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