git: 9front

ref: 20d397b072ab41ba56b9408ecb44d7749ff86f07
dir: /sys/src/cmd/graph/whoami.c/

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