git: 9front

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

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