git: 9front

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

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