git: 9front

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

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