git: 9front

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

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