shithub: plan9front

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

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