shithub: front

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

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