shithub: riscv

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

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