git: 9front

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

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