git: 9front

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

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