git: 9front

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

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