git: 9front

ref: 1fd5c089a162845c508eab6839fdc453fcded404
dir: /sys/src/cmd/graph/whoami.c/

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