git: 9front

ref: 4d069a30cf932a986c747b7ab593f238ca001be5
dir: /sys/src/cmd/graph/whoami.c/

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