git: 9front

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

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