git: 9front

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

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