git: 9front

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

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