git: 9front

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

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