git: 9front

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

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