git: 9front

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

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