git: 9front

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

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