git: 9front

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

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