git: 9front

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

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