git: 9front

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

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