git: 9front

ref: acc3cf7418f3682a65bffec3aeb37fddcdc01190
dir: /sys/src/cmd/graph/whoami.c/

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