git: 9front

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

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