git: 9front

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

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