git: 9front

ref: 5ea63c61e0b4fba7d09edd5e471a7e7cd8e3da74
dir: /sys/src/cmd/graph/whoami.c/

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