shithub: plan9front

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

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