git: 9front

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

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