git: 9front

ref: 75adf6ae7d7252398c6d4c188ecf27d76d7cc71d
dir: /sys/src/cmd/graph/whoami.c/

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